mirror of https://github.com/axmolengine/axmol.git
issue #2732: Removing unused files (LuaCocos2d.cpp/.h).
This commit is contained in:
parent
a7f4e82799
commit
7523a6e685
|
@ -1 +0,0 @@
|
|||
b301dd3607b8b0142ecf3fc016dd7dad2aa86094
|
|
@ -1,14 +0,0 @@
|
|||
#ifndef __LUACOCOS2D_H_
|
||||
#define __LUACOCOS2D_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#include "tolua++.h"
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
TOLUA_API int tolua_Cocos2d_open(lua_State* tolua_S);
|
||||
|
||||
#endif // __LUACOCOS2D_H_
|
Loading…
Reference in New Issue