From 556b67553f57c07d3a65c67f7625aece0dacb43d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 5 Jul 2016 16:39:26 +0300 Subject: Move static methods into interface in status.c --- src/map/status.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/map/status.h') diff --git a/src/map/status.h b/src/map/status.h index 2f70ee41d..dbb507bd1 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -2317,6 +2317,10 @@ struct status_interface { bool (*readdb_scconfig) (char *fields[], int columns, int current); void (*read_job_db) (void); void (*read_job_db_sub) (int idx, const char *name, struct config_setting_t *jdb); + void (*set_sc) (uint16 skill_id, sc_type sc, int icon, unsigned int flag); + void (*copy) (struct status_data *a, const struct status_data *b); + unsigned short (*base_matk_min) (const struct status_data *st); + unsigned short (*base_matk_max) (const struct status_data *st); }; #ifdef HERCULES_CORE -- cgit v1.2.3-70-g09d2