mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-25 12:32:21 +00:00
Yet more fun with errors
This was SVN commit r771.
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user