Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/script_engine/OLD/LuaCallback.h @ 8061

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

merged the scriptengine back to the trunk

File size: 192 bytes
Line 
1#ifndef __LUA_CALLBACK_H__
2#define __LUA_CALLBACK_H__
3
4struct lua_State;
5
6namespace OrxScript
7{
8  class LuaVirtualMachine;
9  int luaCallback (lua_State *lua);
10}
11#endif /* __LUA_CALLBACK_H__*/
Note: See TracBrowser for help on using the repository browser.