Cleaned Vec3 binding somewhat

This commit is contained in:
Sachith Hasaranga Seneviratne 2014-08-15 21:55:14 +05:30
parent 84d3802f08
commit 7e3143424e

View File

@ -19,7 +19,6 @@
#include <assert.h>
#include <angelscript.h>
#include "karts/kart.hpp"
#include "modes/world.hpp"
#include "script_kart.hpp"
//debug
@ -45,6 +44,7 @@ namespace Scripting
//Constructor using 3 floats
new (memory)(Vec3)(Vec3(a, b, c));
}
//Print for debugging purposes
void printVec3(asIScriptGeneric *gen)
{
Vec3 *script_vec3 = (Vec3*)gen->GetArgObject(0);