]> git.tdb.fi Git - libs/gl.git/blob - source/types.h
4fd2d4b0c94076805ea91aec093c7cdeae8febf6
[libs/gl.git] / source / types.h
1 /* $Id$
2
3 This file is part of libmspgl
4 Copyright © 2007  Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
6 */
7
8 #ifndef MSP_GL_TYPES_H_
9 #define MSP_GL_TYPES_H_
10
11 namespace Msp {
12 namespace GL {
13
14 typedef signed char byte;
15 typedef unsigned char ubyte;
16 typedef unsigned sizei;
17 typedef unsigned uint;
18
19 } // namespace GL
20 } // namespace Msp
21
22 #endif