diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-25 23:38:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-25 23:38:17 +0300 |
commit | d062c9fba109a3821e67e4e6c6cabd772b8c2bf5 (patch) | |
tree | 5be63aad33baa61916428443d1477d7e5bff59bc /src/map/script.h | |
parent | b77735473db348a65b749a79549852713f142dc1 (diff) | |
parent | 15bca8fb8a113a030b5dfad1fcb146005a7e4d9d (diff) | |
download | hercules-d062c9fba109a3821e67e4e6c6cabd772b8c2bf5.tar.gz hercules-d062c9fba109a3821e67e4e6c6cabd772b8c2bf5.tar.bz2 hercules-d062c9fba109a3821e67e4e6c6cabd772b8c2bf5.tar.xz hercules-d062c9fba109a3821e67e4e6c6cabd772b8c2bf5.zip |
Merge pull request #1124 from MishimaHaruna/constdb2doc
Constdb2doc plugin (doc/constants.md)
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h index dbb0f8a03..e6164092e 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -726,6 +726,7 @@ struct script_interface { const char* (*parse_expr) (const char *p); const char* (*parse_line) (const char *p); void (*read_constdb) (void); + void (*constdb_comment) (const char *comment); const char* (*print_line) (StringBuf *buf, const char *p, const char *mark, int line); void (*errorwarning_sub) (StringBuf *buf, const char *src, const char *file, int start_line, const char *error_msg, const char *error_pos); int (*set_reg) (struct script_state *st, struct map_session_data *sd, int64 num, const char *name, const void *value, struct reg_db *ref); |