// Copyright © 2017 Project Golan, all rights reserved. // See COPYING for more information. #ifndef g_missile_h #define g_missile_h #include "m_types.h" // Types ---------------------------------------------------------------------| enum G_mslty { missile_p_basicL, missile_p_basicR, }; // Extern Functions ----------------------------------------------------------| void G_Missile_Fire(enum G_mslty type, unsigned owner, fixed x, fixed y, fixed z, ulfra yaw); #endif