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

14 lines
332 B
C

#ifndef __MAPSELECTION
#define __MAPSELECTION
#include "fileio.h"
#include "gameinitexit.h"
#define kMapImageXStretch 0.35
#define kMapImageYStretch 0.175
void SelectNextMap(tFileRef *map);
void SelectPrevMap(tFileRef *map);
int InterfaceMapSelection(tGameInfo *gInfo,int (*Callback)(void*),void *userData,int timeTrial);
#endif