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