MuckyFoot-UrbanChaos/fallen/Headers/PlayerSetup.h

18 lines
355 B
C
Raw Permalink Normal View History

2017-05-20 03:14:17 +02:00
// PlayerSetup.h
// Guy Simmons, 23rd August 1998.
#ifndef PLAYERSETUP_H
#define PLAYERSETUP_H
#include "Mission.h"
//---------------------------------------------------------------
void do_player_setup(EventPoint *ep);
CBYTE *get_player_message(EventPoint *ep, CBYTE *msg);
//---------------------------------------------------------------
#endif