MuckyFoot-UrbanChaos/fallen/Headers/CameraSetup.h

18 lines
368 B
C
Raw Normal View History

2017-05-20 03:14:17 +02:00
// 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