diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-05 16:05:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-05 16:05:25 +0300 |
commit | 0c0477399f132ac37a8dc07f86bb88b098502278 (patch) | |
tree | e9186fde5c229208a365e5b0217f8fd0e110e3da /src/map/dummy.h | |
parent | a2d904e4bd501f1bf23df921c546a03450d5517b (diff) | |
download | evol-hercules-0c0477399f132ac37a8dc07f86bb88b098502278.tar.gz evol-hercules-0c0477399f132ac37a8dc07f86bb88b098502278.tar.bz2 evol-hercules-0c0477399f132ac37a8dc07f86bb88b098502278.tar.xz evol-hercules-0c0477399f132ac37a8dc07f86bb88b098502278.zip |
Move init plugin code into init.c
Diffstat (limited to 'src/map/dummy.h')
-rw-r--r-- | src/map/dummy.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/map/dummy.h b/src/map/dummy.h new file mode 100644 index 0000000..e799586 --- /dev/null +++ b/src/map/dummy.h @@ -0,0 +1,11 @@ +// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL. +// Copyright (c) 2014 Evol developers + +#ifndef EVOL_MAP_DUMMY +#define EVOL_MAP_DUMMY + +BUILDIN(dummy); +BUILDIN(dummyInt); +BUILDIN(dummyStr); + +#endif // EVOL_MAP_DUMMY |