]> git.tdb.fi Git - libs/al.git/blob - source/types.h
Fix a typo in the copyright notice
[libs/al.git] / source / types.h
1 /* $Id$
2
3 This file is part of libmspal
4 Copyright © 2008 Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
6 */
7
8 #ifndef MSP_AL_TYPES_H_
9 #define MSP_AL_TYPES_H_
10
11 namespace Msp {
12 namespace AL {
13
14 typedef unsigned uint;
15 typedef unsigned sizei;
16
17 } // namespace AL
18 } // namespace Msp
19
20 #endif