diff options
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h new file mode 100644 index 0000000..e5c0bbd --- /dev/null +++ b/src/map/script.h @@ -0,0 +1,9 @@ +// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL. +// Copyright (c) 2014 Evol developers + +#ifndef EVOL_MAP_SCRIPT +#define EVOL_MAP_SCRIPT + +BUILDIN(l); + +#endif // EVOL_MAP_SCRIPT |