#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