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