diff options
| author | Alfred Eriksson <somerunce@gmail.com> | 2009-01-11 09:29:15 +0000 |
|---|---|---|
| committer | Alfred Eriksson <somerunce@gmail.com> | 2009-01-11 09:29:15 +0000 |
| commit | 9a65b577ad1123681a959b58f094112bd407226f (patch) | |
| tree | b87ca95e67376182d844cf06cd95a1deb876de46 /src/game/server/hooks.cpp | |
| parent | 0f41c479968d56c0411b5f9a1354810d2dfde89b (diff) | |
| download | zcatch-9a65b577ad1123681a959b58f094112bd407226f.tar.gz zcatch-9a65b577ad1123681a959b58f094112bd407226f.zip | |
added mod gamemode
Diffstat (limited to 'src/game/server/hooks.cpp')
| -rw-r--r-- | src/game/server/hooks.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/server/hooks.cpp b/src/game/server/hooks.cpp index e9a8daaa..64cf3407 100644 --- a/src/game/server/hooks.cpp +++ b/src/game/server/hooks.cpp @@ -21,6 +21,7 @@ extern "C" #include "gamemodes/dm.hpp" #include "gamemodes/tdm.hpp" #include "gamemodes/ctf.hpp" +#include "gamemodes/mod.hpp" TUNING_PARAMS tuning; |