Fixed function names that somehow got mixed up.
[bcl.git] / bcl.h
blobc376831090d60f754988c49b6d2eedf747d4cb18
1 #ifndef _bcl_h
2 #define _bcl_h
4 #ifdef __WIN32__
5 #ifdef BUILDBCL
6 # define DECLSPEC __declspec(dllexport)
7 #else
8 # define DECLSPEC __declspec(dllimport)
9 #endif
10 #else
11 #define DECLSPEC
12 #endif
14 #include "environment.h"
15 #include "keyboard.h"
16 #include "timing.h"
17 #include "audio.h"
18 #include "speech.h"
19 #include "3daudio.h"
21 #endif