mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-16 01:01:30 +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/serverinfo.h"
|
||||
#include "../common/string_util.h"
|
||||
|
||||
#include "client_logs.h"
|
||||
#include "command.h"
|
||||
#include "guild_mgr.h"
|
||||
#include "map.h"
|
||||
#include "pathing.h"
|
||||
#include "qglobals.h"
|
||||
#include "queryserv.h"
|
||||
#include "quest_parser_collection.h"
|
||||
#include "string_ids.h"
|
||||
#include "titles.h"
|
||||
#include "water_map.h"
|
||||
#include "worldserver.h"
|
||||
@ -64,11 +69,7 @@ extern WorldServer worldserver;
|
||||
extern TaskManager *taskmanager;
|
||||
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
|
||||
int commandcount; // how many commands we have
|
||||
|
||||
@ -23,9 +23,7 @@
|
||||
class Client;
|
||||
class Seperator;
|
||||
|
||||
#include "../common/seperator.h"
|
||||
#include "../common/eq_stream.h"
|
||||
#include "client.h"
|
||||
#include "../common/types.h"
|
||||
|
||||
#define COMMAND_CHAR '#'
|
||||
#define CMDALIASES 5
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user