Merge remote-tracking branch 'origin/havok' into particles
Conflicts: src/Components/Vehicle.h
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef TankSteering_h__
|
||||
#define TankSteering_h__
|
||||
|
||||
#include "Component.h"
|
||||
|
||||
namespace Components
|
||||
{
|
||||
struct TankSteering : Component
|
||||
{
|
||||
TankSteering* Clone() const override { return new TankSteering(*this); }
|
||||
};
|
||||
}
|
||||
|
||||
#endif // TankSteering_h__
|
||||
Reference in New Issue
Block a user