[AUTO]: updating luabinding automatically

This commit is contained in:
CocosRobot 2014-11-27 14:06:30 +00:00
parent 6db7cfb68b
commit d7cdafbd77
6 changed files with 1165 additions and 1129 deletions

View File

@ -1246,9 +1246,4 @@
-- @field [parent=#cc] Component#Component Component preloaded module
--------------------------------------------------------
-- the cc CSLoader
-- @field [parent=#cc] CSLoader#CSLoader CSLoader preloaded module
return nil

View File

@ -0,0 +1,9 @@
--------------------------------
-- @module cc
--------------------------------------------------------
-- the cc CSLoader
-- @field [parent=#cc] CSLoader#CSLoader CSLoader preloaded module
return nil

File diff suppressed because it is too large Load Diff

View File

@ -1601,30 +1601,6 @@ int register_all_cocos2dx(lua_State* tolua_S);

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,39 @@
#include "base/ccConfig.h"
#ifndef __cocos2dx_csloader_h__
#define __cocos2dx_csloader_h__
#ifdef __cplusplus
extern "C" {
#endif
#include "tolua++.h"
#ifdef __cplusplus
}
#endif
int register_all_cocos2dx_csloader(lua_State* tolua_S);
#endif // __cocos2dx_csloader_h__