Redline/source/interface.h
maride 02061d74c2 Original 1.0.5 code
(as received from Jonas Echterhoff)
2016-04-02 14:43:55 +02:00

15 lines
233 B
C

#ifndef __INTERFACE
#define __INTERFACE
#include "gameinitexit.h"
#define kXStretch 0.5
#define kYStretch 0.3
extern tGameInfo gInterfaceGInfo;
void StartBackgroundReplay();
void InterfaceMainLoop();
void InterfaceInit();
#endif