Update graphicalapplication.cpp

This commit is contained in:
Dominique Verellen 2014-09-29 11:28:13 -05:00
parent 12c4677912
commit 682694cc07
1 changed files with 1 additions and 1 deletions

View File

@ -30,10 +30,10 @@
#include <framework/graphics/particlemanager.h>
#include <framework/graphics/texturemanager.h>
#include <framework/graphics/painter.h>
#include <framework/input/mouse.h>
#ifdef FW_SOUND
#include <framework/sound/soundmanager.h>
#include <framework/input/mouse.h>
#endif
GraphicalApplication g_app;