mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Warning fixes, general cleanup (#5053)
This commit is contained in:
+2
-2
@@ -28,11 +28,11 @@ class Seperator;
|
||||
|
||||
typedef void (*CmdFuncPtr)(Client *, const Seperator *);
|
||||
|
||||
typedef struct {
|
||||
struct CommandRecord {
|
||||
uint8 admin;
|
||||
std::string description;
|
||||
CmdFuncPtr function; // null means perl function
|
||||
} CommandRecord;
|
||||
};
|
||||
|
||||
extern int (*command_dispatch)(Client *, std::string, bool);
|
||||
extern int command_count; // Commands Loaded Count
|
||||
|
||||
Reference in New Issue
Block a user