Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/script_engine/src/lib/script_engine/luaincl.h @ 7645

Last change on this file since 7645 was 7645, checked in by bensch, 18 years ago

added script_engine

File size: 152 bytes
Line 
1
2#ifndef __LUA_INCL_H__
3#define __LUA_INCL_H__
4
5
6extern "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.