#include "lugre_prefix.h"#include "lugre_luabind.h"#include "lugre_beam.h"#include "lugre_scripting.h"#include <string>#include "lua.h"#include "lauxlib.h"#include "lualib.h"

Go to the source code of this file.
Namespaces | |
| namespace | Lugre |
Classes | |
| class | Lugre::cBeamFilterComplex |
| class | Lugre::cBeamFilterComplex_L |
Defines | |
| #define | REGISTER_METHOD(methodname) mlMethod.push_back(make_luaL_reg(#methodname,&cBeamFilterComplex_L::methodname)); |
Functions | |
| void | Lugre::Beam_LuaRegister (void *L) |
| lua binding | |
| #define REGISTER_METHOD | ( | methodname | ) | mlMethod.push_back(make_luaL_reg(#methodname,&cBeamFilterComplex_L::methodname)); |
1.5.6