commit | author | age | ||
6e1425 | 1 | // |
H | 2 | // Created by Corey Johnson on 10/5/09. |
3 | // Copyright 2009 Probably Interactive. All rights reserved. | |
4 | // | |
5 | ||
6 | #import <Foundation/Foundation.h> | |
7 | //#import "lua.h" | |
8 | #import <lua/lua.h> | |
9 | ||
10 | int luaopen_wax_filesystem(lua_State *L); |