Merge pull request #353 from clone2727/eventrec_timer_fix
ALL: Don't use EventRecorder at all when not compiled in
This commit is contained in:
commit
2c812ade01
9 changed files with 61 additions and 59 deletions
|
@ -23,12 +23,12 @@
|
|||
|
||||
#include "gui/EventRecorder.h"
|
||||
|
||||
#ifdef ENABLE_EVENTRECORDER
|
||||
|
||||
namespace Common {
|
||||
DECLARE_SINGLETON(GUI::EventRecorder);
|
||||
}
|
||||
|
||||
#ifdef ENABLE_EVENTRECORDER
|
||||
|
||||
#include "common/debug-channels.h"
|
||||
#include "backends/timer/sdl/sdl-timer.h"
|
||||
#include "backends/mixer/sdl/sdl-mixer.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue