diff options
Diffstat (limited to 'src/map/mob.hpp')
-rw-r--r-- | src/map/mob.hpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/map/mob.hpp b/src/map/mob.hpp index 48d7df5..8860ab5 100644 --- a/src/map/mob.hpp +++ b/src/map/mob.hpp @@ -25,10 +25,11 @@ # include "mob.t.hpp" -# include "../generic/random.t.hpp" +# include "../generic/fwd.hpp" # include "../generic/enum.hpp" +# include "../generic/random.t.hpp" -# include "../mmo/timer.t.hpp" +# include "../net/timer.t.hpp" # include "battle.t.hpp" # include "clif.t.hpp" |