1
0
forked from 0ad/0ad

Fix MSVC warning

This was SVN commit r7215.
This commit is contained in:
Ykkrosh 2009-12-03 21:13:27 +00:00
parent f0d9806b3f
commit 9709e80936

View File

@ -7,7 +7,7 @@
#include "scripting/SpiderMonkey.h" #include "scripting/SpiderMonkey.h"
class CGUI; class CGUI;
class JSObject; struct JSObject;
class IGUIObject; class IGUIObject;
struct CColor; struct CColor;
struct SGUIIcon; struct SGUIIcon;