This commit is contained in:
Glenn Maynard
2006-09-27 08:47:10 +00:00
parent 82222280fe
commit 2961e4d9cb
+2 -1
View File
@@ -19,11 +19,12 @@ class Luna
{
protected:
typedef Type T;
typedef int (binding_t)(T *p, lua_State *L);
struct RegType
{
const char *szName;
int (*mfunc)(T *p, lua_State *L);
binding_t *mfunc;
};
public: