Pioneer
Loading...
Searching...
No Matches
LuaBody.h
Go to the documentation of this file.
1// Copyright © 2008-2023 Pioneer Developers. See AUTHORS.txt for details
2// Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
3
4#include "Body.h"
5#include "Lua.h"
6#include "LuaPushPull.h"
7
8void pi_lua_generic_pull(lua_State *l, int index, ObjectType &bodyType);
9void pi_lua_generic_push(lua_State *l, ObjectType bodyType);
ObjectType
Definition: Body.h:29
void pi_lua_generic_push(lua_State *l, ObjectType bodyType)
Definition: LuaBody.cpp:870
void pi_lua_generic_pull(lua_State *l, int index, ObjectType &bodyType)
Definition: LuaBody.cpp:865