hank
2017-03-03 71172661cf242ba67cf68c387ce24079ead55930
commit | author | age
6e1425 1 //
H 2 //    wax_http.h
3 //    Rentals
4 //
5 //    Created by ProbablyInteractive on 7/13/09.
6 //    Copyright 2009 Probably Interactive. All rights reserved.
7 //
8
9 #import <UIKit/UIKit.h>
10 //#import "lua.h"
11 #import <lua/lua.h>
12
13 #define WAX_HTTP_METATABLE_NAME "wax.http"
14
15 int luaopen_wax_http(lua_State *L);