// Copyright © 2017 Project Golan, all rights reserved. // See COPYING for more information. #ifndef g_enemy_h #define g_enemy_h #include "g_object.h" // Extern Functions ----------------------------------------------------------| DGE_Callback void G_TestObj_Think(G_enttype const *ty, unsigned id); #endif