omi-eikyo/src/g_enemy.h

13 lines
312 B
C
Raw Normal View History

2017-10-07 04:27:57 -07:00
// 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