summaryrefslogtreecommitdiffstats
path: root/src/Bindings/LuaJson.h
blob: 6ec8110bc4f37a298c258ec057db7e423226224f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

// LuaJson.h

// Declares the Json exposure bindings to Lua





#pragma once





// fwd:
class cLuaState;





class cLuaJson
{
public:
	/** Registers the Json library in the specified Lua state. */
	static void Bind(cLuaState & a_LuaState);
};