Made some more changes, reverted some old ones
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@969 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -32,8 +32,8 @@ struct script_state {
|
||||
int defsp,new_pos,new_defsp;
|
||||
};
|
||||
|
||||
unsigned char * parse_script(unsigned char *,int);
|
||||
int run_script(unsigned char *,int,int,int);
|
||||
char * parse_script(unsigned char *,int);
|
||||
int run_script(char *,int,int,int);
|
||||
|
||||
struct dbt* script_get_label_db();
|
||||
struct dbt* script_get_userfunc_db();
|
||||
|
||||
Reference in New Issue
Block a user