Add missing applyTransform and replaceTransform functions…

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2016-11-24 21:54:19 -04:00
parent 5e5b247fc7
commit 5d2b0a98e5
2 changed files with 18 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@ namespace love
namespace math
{
Transform *luax_checktransform(lua_State *L, int idx);
extern "C" int luaopen_transform(lua_State *L);
} // math