Merge pull request #571 from dominique120/master

Fix compilation problem when compiling without FW_SOUND flag.
master
Ben Dol 10 years ago
commit 7cc368305f

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

Loading…
Cancel
Save