source:
code/branches/ceguilua/src/lua/lua.hpp
@
2227
Last change on this file since 2227 was 1806, checked in by rgrieder, 16 years ago | |
---|---|
|
|
File size: 191 bytes |
Rev | Line | |
---|---|---|
[1806] | 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 | } |
Note: See TracBrowser
for help on using the repository browser.