Formatted script_physics.hpp
This commit is contained in:
@@ -28,7 +28,6 @@ namespace Scripting
|
|||||||
namespace Physics
|
namespace Physics
|
||||||
{
|
{
|
||||||
|
|
||||||
//private:
|
|
||||||
//IDs of kart collisions
|
//IDs of kart collisions
|
||||||
int m_collidingkartid1;
|
int m_collidingkartid1;
|
||||||
int m_collidingkartid2;
|
int m_collidingkartid2;
|
||||||
@@ -38,7 +37,6 @@ namespace Scripting
|
|||||||
std::string m_collider2;
|
std::string m_collider2;
|
||||||
std::string m_collisionType;
|
std::string m_collisionType;
|
||||||
|
|
||||||
//public:
|
|
||||||
//script engine functions
|
//script engine functions
|
||||||
void registerScriptFunctions(asIScriptEngine *engine);
|
void registerScriptFunctions(asIScriptEngine *engine);
|
||||||
asIScriptFunction*
|
asIScriptFunction*
|
||||||
|
|||||||
Reference in New Issue
Block a user