source:
orxonox.OLD/trunk/src/lib/script_engine/OLD/LuaCallback.h
@
8076
Last change on this file since 8076 was 8061, checked in by bensch, 18 years ago | |
---|---|
File size: 192 bytes |
Line | |
---|---|
1 | #ifndef __LUA_CALLBACK_H__ |
2 | #define __LUA_CALLBACK_H__ |
3 | |
4 | struct lua_State; |
5 | |
6 | namespace 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.