Main menu finished

This commit is contained in:
2014-06-04 16:59:30 +02:00
parent 7b90e54899
commit 5f1feffe0d
21 changed files with 506 additions and 45 deletions
+15
View File
@@ -0,0 +1,15 @@
#ifndef Events_FlagCaptured_h__
#define Events_FlagCaptured_h__
#include "Entity.h"
#include "EventBroker.h"
namespace Events
{
struct FlagCaptured : Event
{
EntityID Player;
};
}
#endif // Events_FlagCaptured_h__