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

Side by Side Diff: nacltoons/bindings/lua_level_layer.h

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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 ** Lua binding: level_layer 2 ** Lua binding: level_layer
3 ** Generated automatically by tolua++-1.0.93 on Wed Feb 27 11:18:21 2013. 3 ** Generated automatically by tolua++-1.0.93 on Fri Mar 8 17:21:39 2013.
4 */ 4 */
5 5
6 extern "C" {
7 #include "tolua++.h"
8 #include "tolua_fix.h"
9 }
10
11 /* Exported function */ 6 /* Exported function */
12 TOLUA_API int tolua_level_layer_open (lua_State* tolua_S); 7 TOLUA_API int tolua_level_layer_open (lua_State* tolua_S);
8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698