aboutsummaryrefslogtreecommitdiff
path: root/src/libjin-lua/modules/net/l_socket.h
blob: 54542e4eda6faeb8cac178e905640ea86c8366e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __JE_LUA_SOCKET_H__
#define __JE_LUA_SOCKET_H__

namespace JinEngine
{
	namespace Lua
	{

		extern const char* Jin_Lua_Socket;

		void luaopen_Socket(lua_State* L);

	}
}

#endif