diff options
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h index fa287fc50..904ddf740 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -117,6 +117,7 @@ struct script_state { struct sleep_data { int tick,timer,charid; } sleep; + int instance_id; }; struct script_reg { @@ -165,4 +166,6 @@ int add_str(const char* p); const char* get_str(int id); int script_reload(void); +uint32 crc32(char *dat, int len); + #endif /* _SCRIPT_H_ */ |