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
+3
View File
@@ -88,6 +88,7 @@
#include "Components/Template.h"
#include "Events/EnterTrigger.h"
#include "Events/JeepSteer.h"
namespace Systems
{
@@ -178,6 +179,8 @@ private:
// Events
EventRelay<PhysicsSystem, Events::TankSteer> m_ETankSteer;
bool OnTankSteer(const Events::TankSteer &event);
EventRelay<PhysicsSystem, Events::JeepSteer> m_EJeepSteer;
bool OnJeepSteer(const Events::JeepSteer &event);
EventRelay<PhysicsSystem, Events::SetVelocity> m_ESetVelocity;
bool OnSetVelocity(const Events::SetVelocity &event);
EventRelay<PhysicsSystem, Events::ApplyForce> m_EApplyForce;