Basic input binding and command publishing system
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#ifndef Events_InputCommand_h__
|
||||
#define Events_InputCommand_h__
|
||||
|
||||
#include "EventBroker.h"
|
||||
|
||||
namespace Events
|
||||
{
|
||||
|
||||
struct InputCommand : Event
|
||||
{
|
||||
unsigned int PlayerID;
|
||||
std::string Command;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // Events_InputCommand_h__
|
||||
Reference in New Issue
Block a user