summaryrefslogtreecommitdiff
path: root/src/ecommon/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ecommon/init.c')
-rw-r--r--src/ecommon/init.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ecommon/init.c b/src/ecommon/init.c
index 69d4f4f..664522c 100644
--- a/src/ecommon/init.c
+++ b/src/ecommon/init.c
@@ -8,6 +8,11 @@
#include <string.h>
#include "common/HPMi.h"
+
+HPExport struct HPMi_interface HPMi_s;
+HPExport struct HPMi_interface *HPMi;
+HPExport void *(*import_symbol) (char *name, unsigned int pID);
+
#include "common/conf.h"
#include "common/memmgr.h"
#include "common/mapindex.h"
@@ -54,4 +59,5 @@ void common_online(void)
checkVar(MAX_EVOL_SKILLS, 62);
checkVar(EVOL_FIRST_SKILL, 20000);
checkVar(MAX_SKILL_TREE, 110);
+ checkVar(BASE_GUILD_SIZE, 100);
}