diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-05 17:05:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-05 17:05:17 +0300 |
commit | 61205395749c082a9b5e607012504c98d9cdfbd4 (patch) | |
tree | b18afda56844d49f6c346c9dba69369e1af0a2ae /src/map/script.h | |
parent | 0c0477399f132ac37a8dc07f86bb88b098502278 (diff) | |
download | evol-hercules-61205395749c082a9b5e607012504c98d9cdfbd4.tar.gz evol-hercules-61205395749c082a9b5e607012504c98d9cdfbd4.tar.bz2 evol-hercules-61205395749c082a9b5e607012504c98d9cdfbd4.tar.xz evol-hercules-61205395749c082a9b5e607012504c98d9cdfbd4.zip |
Impliment limited script function l.
without translations for now.
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 |