1
0
forked from mirrors/0ad

Move CGUIDummyObject class used for empty GUI objects to a separate file, and put the according CGUI page base object on the stack.

Differential Revision: https://code.wildfiregames.com/D2206
Tested on: clang 8.0.1., Jenkins

This was SVN commit r22931.
This commit is contained in:
elexis
2019-09-18 20:51:45 +00:00
parent b88e7d8368
commit a936cc618a
24 changed files with 114 additions and 60 deletions
+1
View File
@@ -20,6 +20,7 @@
#include "CGUIString.h"
#include "graphics/FontMetrics.h"
#include "gui/CGUI.h"
#include "gui/GUI.h"
#include "lib/utf8.h"
#include "ps/CLogger.h"