Pioneer
Loading...
Searching...
No Matches
LuaMissile.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#ifndef _LUAMISSILE_H
5#define _LUAMISSILE_H
6
7#include "LuaObject.h"
8#include "Missile.h"
9
11
12#endif
LuaObject< Missile > LuaMissile
Definition LuaMissile.h:10
Definition LuaObject.h:235