mirror of https://github.com/axmolengine/axmol.git
9 lines
173 B
C++
9 lines
173 B
C++
|
#ifndef SCRIPTING_AXLUA_FAIRYGUI_MANUAL_H__
|
||
|
#define SCRIPTING_AXLUA_FAIRYGUI_MANUAL_H__
|
||
|
|
||
|
#include "tolua++.h"
|
||
|
|
||
|
TOLUA_API int register_fairygui_module(lua_State* L);
|
||
|
|
||
|
#endif
|