MuckyFoot-UrbanChaos/fallen/Headers/EnemySetup.h

17 lines
375 B
C
Raw Normal View History

2017-05-20 03:14:17 +02:00
// EnemySetup.h
// Guy Simmons, 23rd August 1998.
#ifndef ENEMYSETUP_H
#define ENEMYSETUP_H
#include "Mission.h"
//---------------------------------------------------------------
void do_enemy_setup(EventPoint *the_ep, BOOL do_adjust=FALSE);
CBYTE *get_enemy_message(EventPoint *ep, CBYTE *msg);
//---------------------------------------------------------------
#endif