diff options
Diffstat (limited to 'src/map/mapreg.h')
-rw-r--r-- | src/map/mapreg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/mapreg.h b/src/map/mapreg.h index f97cd997d..70c8666fa 100644 --- a/src/map/mapreg.h +++ b/src/map/mapreg.h @@ -57,6 +57,8 @@ struct mapreg_interface { /* */ int (*readreg) (int64 uid); char* (*readregstr) (int64 uid); + bool (*set_num_db) (int64 uid, const char *name, unsigned int index, int value); + bool (*delete_num_db) (int64 uid, const char *name, unsigned int index); bool (*setreg) (int64 uid, int val); bool (*setregstr) (int64 uid, const char *str); void (*load_num_db) (void); |