Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/openal-0.0.8/admin/autotools/.indent.pro @ 17

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

added openal

File size: 544 bytes
Line 
1/* use GNU coding style */
2--gnu-style
3
4/* TABs are evil! */
5--no-tabs
6
7/* for more consistency */
8--swallow-optional-blank-lines
9
10/* OpenAL typedefs */
11-T ALboolean
12-T ALchar
13-T ALbyte
14-T ALubyte
15-T ALshort
16-T ALushort
17-T ALint
18-T ALuint
19-T ALsizei
20-T ALenum
21-T ALfloat
22-T ALdouble
23-T ALvoid
24-T ALCboolean
25-T ALCchar
26-T ALCbyte
27-T ALCubyte
28-T ALCshort
29-T ALCushort
30-T ALCint
31-T ALCuint
32-T ALCsizei
33-T ALCenum
34-T ALCfloat
35-T ALCdouble
36-T ALCvoid
37-T ALCdevice
38-T ALCcontext
39
40/* Our own internal types */
41-T ALC_Backend
42-T ALC_BackendPrivateData
Note: See TracBrowser for help on using the repository browser.