mirror of https://github.com/axmolengine/axmol.git
15 lines
236 B
C
15 lines
236 B
C
|
#ifndef __LUA_WEB_SOCKET_H__
|
||
|
#define __LUA_WEB_SOCKET_H__
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
#include "tolua++.h"
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
TOLUA_API int tolua_web_socket_open(lua_State* tolua_S);
|
||
|
|
||
|
#endif //__LUA_WEB_SOCKET_H__
|