]> git.tdb.fi Git - libs/al.git/blobdiff - source/types.h
Initial revision
[libs/al.git] / source / types.h
diff --git a/source/types.h b/source/types.h
new file mode 100644 (file)
index 0000000..e1f7f01
--- /dev/null
@@ -0,0 +1,20 @@
+/* $Id$
+
+This file is part of libmspal
+Copyright © 2008 Mikko Rasa, Mikkosoft Productions
+Diestributed under the LGPL
+*/
+
+#ifndef MSP_AL_TYPES_H_
+#define MSP_AL_TYPES_H_
+
+namespace Msp {
+namespace AL {
+
+typedef unsigned uint;
+typedef unsigned sizei;
+
+} // namespace AL
+} // namespace Msp
+
+#endif