change folder name
This commit is contained in:
@@ -15,7 +15,7 @@ class GameServer;
|
||||
|
||||
//Own
|
||||
#include "Shared.h"
|
||||
#include "messages/Command.h"
|
||||
#include "commands/Command.h"
|
||||
|
||||
static const int MAX_PLAYERS = 64;
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ class Command
|
||||
public:
|
||||
// Create Commands from Network messages (Limited list)
|
||||
static Command *create(int clientIndex, yojimbo::Message *message);
|
||||
// Create Commands from Strings (Limited list)
|
||||
// Create Commands from Strings internal (Limited list)
|
||||
static Command *create(std::string);
|
||||
|
||||
virtual void execute(GameServer *server) = 0;
|
||||
Reference in New Issue
Block a user