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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/lua/src/lua.h ('k') | third_party/lua/src/lua.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/lua/src/lua.hpp
diff --git a/third_party/lua/src/lua.hpp b/third_party/lua/src/lua.hpp
new file mode 100644
index 0000000000000000000000000000000000000000..ec417f59469c8672a13a726afe6186cccbe54895
--- /dev/null
+++ b/third_party/lua/src/lua.hpp
@@ -0,0 +1,9 @@
+// lua.hpp
+// Lua header files for C++
+// <<extern "C">> not supplied automatically because Lua also compiles as C++
+
+extern "C" {
+#include "lua.h"
+#include "lualib.h"
+#include "lauxlib.h"
+}
« 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