Jeep and tank tuning

This commit is contained in:
ViktorLjung
2014-06-04 05:47:17 +02:00
parent ac855f554b
commit f9f20535ba
13 changed files with 715 additions and 699 deletions
+19
View File
@@ -0,0 +1,19 @@
#ifndef Events_JeepSteer_h__
#define Events_JeepSteer_h__
#include "Entity.h"
#include "EventBroker.h"
namespace Events
{
struct JeepSteer : Event
{
EntityID Entity;
float PositionX;
float PositionY;
bool Handbrake;
};
}
#endif // Events_JeepSteer_h__