e4a59cec61
Conflicts: src/GameWorld.cpp vs11/Returngeance/Returngeance.vcxproj.filters
15 lines
225 B
C++
15 lines
225 B
C++
#ifndef Events_FlagCaptured_h__
|
|
#define Events_FlagCaptured_h__
|
|
|
|
#include "Entity.h"
|
|
#include "EventBroker.h"
|
|
|
|
namespace Events
|
|
{
|
|
struct FlagCaptured : Event
|
|
{
|
|
unsigned int Player;
|
|
};
|
|
}
|
|
|
|
#endif // Events_FlagCaptured_h__
|