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

Side by Side Diff: third_party/lua/src/lua.hpp

Issue 14907017: add SkLuaCanvas (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 7 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
« no previous file with comments | « third_party/lua/src/lua.h ('k') | third_party/lua/src/lua.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // lua.hpp
2 // Lua header files for C++
3 // <<extern "C">> not supplied automatically because Lua also compiles as C++
4
5 extern "C" {
6 #include "lua.h"
7 #include "lualib.h"
8 #include "lauxlib.h"
9 }
OLDNEW
« no previous file with comments | « third_party/lua/src/lua.h ('k') | third_party/lua/src/lua.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698