Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/libogg-1.1.3/include/ogg/config_types.h.in @ 15

Last change on this file since 15 was 15, checked in by landauf, 16 years ago

added libogg

File size: 256 bytes
Line 
1#ifndef __CONFIG_TYPES_H__
2#define __CONFIG_TYPES_H__
3
4/* these are filled in by configure */
5typedef @SIZE16@ ogg_int16_t;
6typedef @USIZE16@ ogg_uint16_t;
7typedef @SIZE32@ ogg_int32_t;
8typedef @USIZE32@ ogg_uint32_t;
9typedef @SIZE64@ ogg_int64_t;
10
11#endif
Note: See TracBrowser for help on using the repository browser.