stop erasing revision history, damnit...

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13345 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
ultramage 2008-11-02 22:27:34 +00:00
parent e6948a5344
commit cdea1dc7b2
2 changed files with 3955 additions and 3955 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,19 +1,19 @@
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL // Copyright (c) Athena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder // For more information, see LICENCE in the main folder
#ifndef _CHARCOMMAND_H_ #ifndef _CHARCOMMAND_H_
#define _CHARCOMMAND_H_ #define _CHARCOMMAND_H_
//#include "map.h" //#include "map.h"
struct map_session_data; struct map_session_data;
extern char charcommand_symbol; extern char charcommand_symbol;
typedef int (*CharCommandFunc)(const int fd, struct map_session_data* sd, const char* command, const char* message); typedef int (*CharCommandFunc)(const int fd, struct map_session_data* sd, const char* command, const char* message);
bool is_charcommand(const int fd, struct map_session_data* sd, const char* message); bool is_charcommand(const int fd, struct map_session_data* sd, const char* message);
bool is_charcommand_sub(const int fd, struct map_session_data* sd, const char* str, int gmlvl); bool is_charcommand_sub(const int fd, struct map_session_data* sd, const char* str, int gmlvl);
int get_charcommand_level(const CharCommandFunc func); int get_charcommand_level(const CharCommandFunc func);
int charcommand_config_read(const char* cfgName); int charcommand_config_read(const char* cfgName);
#endif /* _CHARCOMMAND_H_ */ #endif /* _CHARCOMMAND_H_ */