issue #2732: Removing unused files (LuaCocos2d.cpp/.h).

This commit is contained in:
James Chen 2013-08-27 16:47:06 +08:00
parent a7f4e82799
commit 7523a6e685
2 changed files with 0 additions and 15 deletions

View File

@ -1 +0,0 @@
b301dd3607b8b0142ecf3fc016dd7dad2aa86094

View File

@ -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_