Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: nacltoons/bindings/LuaCocos2dExtensions.cpp

Issue 12634010: [nacltoons] Add Makefile for building lua bindings. (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: nacltoons/bindings/LuaCocos2dExtensions.cpp
diff --git a/nacltoons/bindings/LuaCocos2dExtensions.cpp b/nacltoons/bindings/LuaCocos2dExtensions.cpp
index 237e2a6593256e3eae11a95b02eb938a7ff3ca1a..b98554065d8a10c695a41e6d892f293e70c62d6f 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 17:21:39 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;

Powered by Google App Engine
This is Rietveld 408576698