mirror of https://github.com/axmolengine/axmol.git
10 lines
125 B
C
10 lines
125 B
C
|
|
||
|
#ifndef __LUA_CJSON_H_
|
||
|
#define __LUA_CJSON_H_
|
||
|
|
||
|
#include "lua.h"
|
||
|
|
||
|
int luaopen_cjson(lua_State *l);
|
||
|
|
||
|
#endif // __LUA_CJSON_H_
|