MuckyFoot-UrbanChaos/fallen/Headers/EnemySetup.h
2017-05-20 11:14:17 +10:00

17 lines
375 B
C

// 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