actually register ag.createQuad with lua

This commit is contained in:
Josh Holtrop 2010-12-19 00:11:36 -05:00
parent 97530106c2
commit 8be32add54

1
ag.cc
View File

@ -28,6 +28,7 @@ namespace ag
static const luaL_Reg functions[] = {
{ "callList", callList },
{ "clearEventHandler", clearEventHandler },
{ "createQuad", createQuad },
{ "doPhysics", doPhysics },
{ "drawArc", drawArc },
{ "drawCircle", drawCircle },