diff options
| author | Ben Beltran <ben@nsovocal.com> | 2012-04-16 09:39:52 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2012-04-16 09:39:52 -0500 |
| commit | 10a0e290ac07524dc129cc2b227b0f9e95df0f8e (patch) | |
| tree | ed518c45c45d96e37e28640f745496fffb8e1325 /luainc.h | |
first commit
Diffstat (limited to 'luainc.h')
| -rw-r--r-- | luainc.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/luainc.h b/luainc.h new file mode 100644 index 0000000..336eda2 --- /dev/null +++ b/luainc.h @@ -0,0 +1,12 @@ +
+#ifndef __LUA_INC_H__
+#define __LUA_INC_H__
+
+extern "C"
+{
+ #include "Lua/lua.h"
+ #include "Lua/lauxlib.h"
+ #include "Lua/lualib.h"
+}
+
+#endif // __LUA_INC_H__
\ No newline at end of file |