// Copyright © 2008-2021 Pioneer Developers. See AUTHORS.txt for details // Licensed under the terms of the GPL v3. See licenses/GPL-3.txt #ifndef _LUAMISSILE_H #define _LUAMISSILE_H #include "LuaObject.h" #include "Missile.h" typedef LuaObject LuaMissile; #endif