diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-05-12 17:24:51 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-05-12 17:28:25 -0700 |
commit | c87b1dc338eadc68accac02563a487d7d8e1c9a0 (patch) | |
tree | 4333dca2f664bd7170a7ff984abc8a2d1a643fb2 /src/map/mob.hpp | |
parent | 0659ef14f64e2c5d71601060717a761aded8381f (diff) | |
download | tmwa-c87b1dc338eadc68accac02563a487d7d8e1c9a0.tar.gz tmwa-c87b1dc338eadc68accac02563a487d7d8e1c9a0.tar.bz2 tmwa-c87b1dc338eadc68accac02563a487d7d8e1c9a0.tar.xz tmwa-c87b1dc338eadc68accac02563a487d7d8e1c9a0.zip |
Split net/ from mmo/
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" |