Sha256: 7e3415f465dff13ea3a8b9ef38bbaee02805e99eb3490ed593a0e9596733872d
Contents?: true
Size: 398 Bytes
Versions: 6
Compression:
Stored size: 398 Bytes
Contents
// // wax_class.h // Lua // // Created by ProbablyInteractive on 5/20/09. // Copyright 2009 Probably Interactive. All rights reserved. // #import <Foundation/Foundation.h> #import <objc/runtime.h> #import <objc/message.h> #import "lua.h" #define WAX_CLASS_METATABLE_NAME "wax.class" #define WAX_CLASS_INSTANCE_USERDATA_IVAR_NAME "wax_instance_userdata" int luaopen_wax_class(lua_State *L);
Version data entries
6 entries across 6 versions & 1 rubygems