mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-23 20:31:28 +00:00
command.cpp #include cleanup
command.h #include cleanup command.h forward declarations
This commit is contained in:
parent
7198e670ae
commit
1054bfe476
@ -50,11 +50,16 @@
|
|||||||
#include "../common/rulesys.h"
|
#include "../common/rulesys.h"
|
||||||
#include "../common/serverinfo.h"
|
#include "../common/serverinfo.h"
|
||||||
#include "../common/string_util.h"
|
#include "../common/string_util.h"
|
||||||
|
|
||||||
#include "client_logs.h"
|
#include "client_logs.h"
|
||||||
|
#include "command.h"
|
||||||
#include "guild_mgr.h"
|
#include "guild_mgr.h"
|
||||||
#include "map.h"
|
#include "map.h"
|
||||||
#include "pathing.h"
|
#include "pathing.h"
|
||||||
|
#include "qglobals.h"
|
||||||
#include "queryserv.h"
|
#include "queryserv.h"
|
||||||
|
#include "quest_parser_collection.h"
|
||||||
|
#include "string_ids.h"
|
||||||
#include "titles.h"
|
#include "titles.h"
|
||||||
#include "water_map.h"
|
#include "water_map.h"
|
||||||
#include "worldserver.h"
|
#include "worldserver.h"
|
||||||
@ -64,11 +69,7 @@ extern WorldServer worldserver;
|
|||||||
extern TaskManager *taskmanager;
|
extern TaskManager *taskmanager;
|
||||||
void CatchSignal(int sig_num);
|
void CatchSignal(int sig_num);
|
||||||
|
|
||||||
#include "quest_parser_collection.h"
|
|
||||||
|
|
||||||
#include "string_ids.h"
|
|
||||||
#include "command.h"
|
|
||||||
#include "qglobals.h"
|
|
||||||
|
|
||||||
//struct cl_struct *commandlist; // the actual linked list of commands
|
//struct cl_struct *commandlist; // the actual linked list of commands
|
||||||
int commandcount; // how many commands we have
|
int commandcount; // how many commands we have
|
||||||
|
|||||||
@ -23,9 +23,7 @@
|
|||||||
class Client;
|
class Client;
|
||||||
class Seperator;
|
class Seperator;
|
||||||
|
|
||||||
#include "../common/seperator.h"
|
#include "../common/types.h"
|
||||||
#include "../common/eq_stream.h"
|
|
||||||
#include "client.h"
|
|
||||||
|
|
||||||
#define COMMAND_CHAR '#'
|
#define COMMAND_CHAR '#'
|
||||||
#define CMDALIASES 5
|
#define CMDALIASES 5
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user