actually register ag.createQuad with lua
This commit is contained in:
parent
97530106c2
commit
8be32add54
1
ag.cc
1
ag.cc
@ -28,6 +28,7 @@ namespace ag
|
|||||||
static const luaL_Reg functions[] = {
|
static const luaL_Reg functions[] = {
|
||||||
{ "callList", callList },
|
{ "callList", callList },
|
||||||
{ "clearEventHandler", clearEventHandler },
|
{ "clearEventHandler", clearEventHandler },
|
||||||
|
{ "createQuad", createQuad },
|
||||||
{ "doPhysics", doPhysics },
|
{ "doPhysics", doPhysics },
|
||||||
{ "drawArc", drawArc },
|
{ "drawArc", drawArc },
|
||||||
{ "drawCircle", drawCircle },
|
{ "drawCircle", drawCircle },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user