forked from github/server
14 lines
193 B
C
14 lines
193 B
C
#ifndef H_BIND_ORDER_H
|
|
#define H_BIND_ORDER_H
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
struct lua_State;
|
|
void tolua_order_open(struct lua_State *L);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|