]> git.tdb.fi Git - libs/al.git/blob - source/types.h
Drop copyright notices and Id tags from source files
[libs/al.git] / source / types.h
1 #ifndef MSP_AL_TYPES_H_
2 #define MSP_AL_TYPES_H_
3
4 namespace Msp {
5 namespace AL {
6
7 typedef unsigned uint;
8 typedef unsigned sizei;
9
10 } // namespace AL
11 } // namespace Msp
12
13 #endif