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
RevLine 
[7645]1#ifndef __LUA_CALLBACK_H__
2#define __LUA_CALLBACK_H__
3
[7654]4struct lua_State;
[7645]5
[7653]6namespace OrxScript
7{
8  class LuaVirtualMachine;
[7654]9  int luaCallback (lua_State *lua);
[7645]10}
11#endif /* __LUA_CALLBACK_H__*/
Note: See TracBrowser for help on using the repository browser.