summaryrefslogtreecommitdiff
path: root/src/map/pc_groups.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc_groups.h')
-rw-r--r--src/map/pc_groups.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/pc_groups.h b/src/map/pc_groups.h
index 353bbebfa..259b74585 100644
--- a/src/map/pc_groups.h
+++ b/src/map/pc_groups.h
@@ -6,12 +6,15 @@
#include "atcommand.h" // AtCommandType
+extern int pc_group_max;
+
bool pc_group_exists(int group_id);
bool pc_group_can_use_command(int group_id, const char *command, AtCommandType type);
bool pc_group_has_permission(int group_id, int permission);
bool pc_group_should_log_commands(int group_id);
const char* pc_group_id2name(int group_id);
int pc_group_id2level(int group_id);
+void pc_group_pc_load(struct map_session_data *);
void do_init_pc_groups(void);
void do_final_pc_groups(void);