Skip to content

Commit

Permalink
GRAPHICS: Add a GUI manager
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Jan 30, 2014
1 parent 28b2acd commit 5d124d5
Show file tree
Hide file tree
Showing 7 changed files with 573 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/engines/enginemanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

#include "graphics/cursorman.h"
#include "graphics/textureman.h"
#include "graphics/guiman.h"

#include "graphics/aurora/sceneman.h"

Expand Down Expand Up @@ -227,6 +228,7 @@ void EngineManager::cleanup(GameInstance &game) const {

RequestMan.sync();

GUIMan.clear();
SceneMan.clear();

CursorMan.clear();
Expand Down
2 changes: 2 additions & 0 deletions src/graphics/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ noinst_HEADERS = \
cursorman.h \
cameraman.h \
renderable.h \
guiman.h \
$(EMPTY)

libgraphics_la_SOURCES = \
Expand All @@ -34,6 +35,7 @@ libgraphics_la_SOURCES = \
cursorman.cpp \
cameraman.cpp \
renderable.cpp \
guiman.cpp \
$(EMPTY)

if DARWIN
Expand Down

0 comments on commit 5d124d5

Please sign in to comment.