JANITORIAL: Reduce header dependencies in shared code
Some backends may break as I only compiled SDL
This commit is contained in:
parent
845db59e08
commit
9414d7a6e2
760 changed files with 1349 additions and 548 deletions
|
@ -28,8 +28,6 @@
|
|||
#include "common/timer.h"
|
||||
#include "common/mutex.h"
|
||||
|
||||
class OSystem;
|
||||
|
||||
struct TimerSlot;
|
||||
|
||||
class DefaultTimerManager : public Common::TimerManager {
|
||||
|
|
|
@ -30,6 +30,8 @@
|
|||
|
||||
#include "backends/timer/sdl/sdl-timer.h"
|
||||
|
||||
#include "common/textconsole.h"
|
||||
|
||||
static Uint32 timer_handler(Uint32 interval, void *param) {
|
||||
((DefaultTimerManager *)param)->handler();
|
||||
return interval;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue