]> git.jsancho.org Git - lugaru.git/blob - libogg-1.0/include/ogg/config_types.h.in
First shot at an OpenAL renderer. Sound effects work, no music.
[lugaru.git] / libogg-1.0 / include / ogg / config_types.h.in
1 #ifndef __CONFIG_TYPES_H__
2 #define __CONFIG_TYPES_H__
3
4 /* these are filled in by configure */
5 typedef @SIZE16@ ogg_int16_t;
6 typedef @SIZE32@ ogg_int32_t;
7 typedef @USIZE32@ ogg_uint32_t;
8 typedef @SIZE64@ ogg_int64_t;
9
10 #endif