#include "lunar.hpp"
#include <utils.hpp>
#include <vector>
#include <map>
Go to the source code of this file.
Classes | |
class | lua::state |
Lua wrapper. More... | |
Namespaces | |
namespace | lua |
Typedefs | |
typedef int(* | lua::c_function )(lua_State *L) |
typedef void(* | lua::print_function )(const std::string &s) |
Enumerations | |
enum | lua::type { lua::TYPE_NONE, lua::TYPE_NIL, lua::TYPE_NUMBER, lua::TYPE_BOOLEAN, lua::TYPE_STRING, lua::TYPE_FUNCTION, lua::TYPE_TABLE, lua::TYPE_THREAD, lua::TYPE_LIGHTUSERDATA, lua::TYPE_USERDATA } |