mirror of
https://github.com/u0u0/Cocos2d-Lua-Community.git
synced 2026-05-31 21:20:56 +08:00
16 lines
266 B
C++
16 lines
266 B
C++
#include "base/ccConfig.h"
|
|
#ifndef __lua_fairygui_h__
|
|
#define __lua_fairygui_h__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
#include "tolua++.h"
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
int register_fairygui_manual(lua_State* tolua_S);
|
|
|
|
#endif // __lua_fairygui_h__
|