diff options
author | Bendegúz Nagy | 2016-06-15 22:42:08 +0200 |
---|---|---|
committer | Bendegúz Nagy | 2016-08-26 23:02:22 +0200 |
commit | 251768b883737a729b25b003fd531f40ccf6fe91 (patch) | |
tree | b0a5d3d0b5802bdc277de35391507e26bd1bef98 /engines/dm/dm.h | |
parent | de3bb231d703a5f19c21e643f19506a27ab53255 (diff) | |
download | scummvm-rg350-251768b883737a729b25b003fd531f40ccf6fe91.tar.gz scummvm-rg350-251768b883737a729b25b003fd531f40ccf6fe91.tar.bz2 scummvm-rg350-251768b883737a729b25b003fd531f40ccf6fe91.zip |
DM: Add commands
Diffstat (limited to 'engines/dm/dm.h')
-rw-r--r-- | engines/dm/dm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/dm.h b/engines/dm/dm.h index b77f2cce44..c381587abf 100644 --- a/engines/dm/dm.h +++ b/engines/dm/dm.h @@ -4,7 +4,6 @@ #include "common/random.h" #include "engines/engine.h" #include "gui/debugger.h" -#include "eventman.h" namespace DM { @@ -12,6 +11,7 @@ namespace DM { class Console; class DisplayMan; class DungeonMan; +class EventManager; enum direction { |