mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-27 01:32:55 +00:00
Delete GUI.h umbrella include following 8d0cb1b954.
Differential Revision: https://code.wildfiregames.com/D2304 Tested on: clang 8.0.1., VS2015, Jenkins Comments By: Vladislav, Angen, Stan Tested by: Angen This was SVN commit r22941.
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
|
||||
#include "precompiled.h"
|
||||
|
||||
#include "GUI.h"
|
||||
|
||||
#include "gui/CGUI.h"
|
||||
#include "gui/CGUISprite.h"
|
||||
#include "gui/IGUIButtonBehavior.h"
|
||||
|
||||
IGUIButtonBehavior::IGUIButtonBehavior(CGUI& pGUI)
|
||||
: IGUIObject(pGUI), m_Pressed(false)
|
||||
|
||||
Reference in New Issue
Block a user