// // wax_class.h // Lua // // Created by ProbablyInteractive on 5/20/09. // Copyright 2009 Probably Interactive. All rights reserved. // #import #import #import //#import "lua.h" #import #define WAX_CLASS_METATABLE_NAME "wax.class" #define WAX_CLASS_INSTANCE_USERDATA_IVAR_NAME "wax_instance_userdata" int luaopen_wax_class(lua_State *L);