misc/openalbridge/globals.h
changeset 3360 717b4e46e855
parent 3353 a767dd3786b5
child 3362 8d3b4d19ce27
equal deleted inserted replaced
3359:d17b9f6adae5 3360:717b4e46e855
   138     /*file format defines*/
   138     /*file format defines*/
   139 #define OGG_FILE_FORMAT 0x4F676753
   139 #define OGG_FILE_FORMAT 0x4F676753
   140 #define WAV_FILE_FORMAT 0x52494646
   140 #define WAV_FILE_FORMAT 0x52494646
   141 #define WAV_HEADER_SUBCHUNK2ID 0x64617461
   141 #define WAV_HEADER_SUBCHUNK2ID 0x64617461
   142     
   142     
   143     
       
   144     /*other defines*/
       
   145 #define FADE_IN  0
       
   146 #define FADE_OUT 1
       
   147     
       
   148     char *prog;
   143     char *prog;
   149     
   144     
   150 #ifdef __CPLUSPLUS
   145 #ifdef __CPLUSPLUS
   151 }
   146 }
   152 #endif
   147 #endif