| Index: nacltoons/bindings/LuaCocos2dExtensions.cpp
|
| diff --git a/nacltoons/bindings/LuaCocos2dExtensions.cpp b/nacltoons/bindings/LuaCocos2dExtensions.cpp
|
| index 237e2a6593256e3eae11a95b02eb938a7ff3ca1a..bd6b41be9545109dd8f92b9cb274844818902872 100644
|
| --- a/nacltoons/bindings/LuaCocos2dExtensions.cpp
|
| +++ b/nacltoons/bindings/LuaCocos2dExtensions.cpp
|
| @@ -1,12 +1,24 @@
|
| /*
|
| ** Lua binding: extensions
|
| -** Generated automatically by tolua++-1.0.93 on Mon Feb 25 16:44:34 2013.
|
| +** Generated automatically by tolua++-1.0.93 on Fri Mar 8 12:24:32 2013.
|
| */
|
| +
|
| +// Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +#ifndef __cplusplus
|
| +#include "stdlib.h"
|
| +#endif
|
| +#include "string.h"
|
| +
|
| +#include "tolua++.h"
|
| +
|
| +/* Exported function */
|
| +TOLUA_API int tolua_extensions_open (lua_State* tolua_S);
|
| +
|
| #include "LuaCocos2dExtensions.h"
|
| -#include "cocos2d.h"
|
| -#include "CCLuaEngine.h"
|
| #include "physics_nodes/CCPhysicsSprite.h"
|
| -
|
| +#include "tolua_fix.h"
|
| USING_NS_CC;
|
| USING_NS_CC_EXT;
|
|
|
|
|