source:
orxonox.OLD/trunk/src/lib/script_engine/luaincl.h
@
8538
Last change on this file since 8538 was 8061, checked in by bensch, 18 years ago | |
---|---|
File size: 152 bytes |
Rev | Line | |
---|---|---|
[7645] | 1 | |
2 | #ifndef __LUA_INCL_H__ | |
3 | #define __LUA_INCL_H__ | |
4 | ||
5 | ||
6 | extern "C" { | |
7 | #include <lua.h> | |
8 | #include <lualib.h> | |
9 | #include <lauxlib.h> | |
10 | } | |
11 | ||
12 | #endif /* __LUA_INCL_H__ */ | |
13 |
Note: See TracBrowser
for help on using the repository browser.