#include "AppHdr.h"#include "cluautil.h"#include "l_libs.h"#include "env.h"#include "mapmark.h"

Functions | |
| void | luaopen_mapmarker (lua_State *ls) |
Variables | |
| struct luaL_reg | mapmarker_dlib [] |
| void luaopen_mapmarker | ( | lua_State * | ls | ) |

| struct luaL_reg mapmarker_dlib[] |
Initial value:
{
{ "pos", mapmarker_pos },
{ "move", mapmarker_move },
{ "remove", mapmarker_remove },
{ NULL, NULL }
}
1.5.6