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

18 lines
368 B
C

// CameraSetup.h
// Matthew Rosenfeld, 30th September 1998.
#ifndef _CAMERASETUP_H_
#define _CAMERASETUP_H_
#include "Mission.h"
//---------------------------------------------------------------
void do_camera_setup(EventPoint *ep);
CBYTE *get_camera_message(EventPoint *ep, CBYTE *msg);
//---------------------------------------------------------------
#endif