changeset 2259 | ca42efdce3ce |
parent 2257 | 7eb31efcfb9b |
child 2260 | 31756e21c436 |
--- a/openalbridge/globals.h Sun Jul 12 13:57:20 2009 +0000 +++ b/openalbridge/globals.h Sun Jul 12 15:42:54 2009 +0000 @@ -22,6 +22,8 @@ #include <stdio.h> #include <stdlib.h> #include <stdint.h> +#include <stdbool.h> +#include <string.h> #ifndef _WIN32 #include <pthread.h> @@ -102,8 +104,8 @@ #pragma pack() /*other defines*/ -#define FADE_IN 11 -#define FADE_OUT 12 +#define FADE_IN true +#define FADE_OUT false #ifdef __CPLUSPLUS }