Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/lua-5.1.3/include/lua.hpp @ 67

Last change on this file since 67 was 28, checked in by landauf, 16 years ago
File size: 200 bytes
Line 
1// lua.hpp
2// Lua header files for C++
3// <<extern "C">> not supplied automatically because Lua also compiles as C++
4
5extern "C" {
6#include "lua.h"
7#include "lualib.h"
8#include "lauxlib.h"
9}
Note: See TracBrowser for help on using the repository browser.