Yet more fun with errors

This was SVN commit r771.
This commit is contained in:
Ykkrosh
2004-07-18 11:51:15 +00:00
parent bd884f9de6
commit 56e41b3003
6 changed files with 355 additions and 85 deletions
+3 -3
View File
@@ -17,9 +17,9 @@ gee@pyro.nu
#ifndef CGUI_H
#define CGUI_H
ERROR_GROUP(PSERROR, GUI);
ERROR_TYPE(PSERROR_GUI, JSOpenFailed);
ERROR_TYPE(PSERROR_GUI, TextureLoadFailed);
ERROR_GROUP(GUI);
ERROR_TYPE(GUI, JSOpenFailed);
ERROR_TYPE(GUI, TextureLoadFailed);
//--------------------------------------------------------
// Includes / Compiler directives