Subversion Repositories Games.Carmageddon

Rev

Rev 18 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 pmbaty 1
#ifndef _MAIN_H_
2
#define _MAIN_H_
3
 
20 pmbaty 4
#include "brender/br_types.h"
1 pmbaty 5
#include "dr_types.h"
6
 
7
void QuitGame(void);
8
 
9
tU32 TrackCount(br_actor* pActor, tU32* pCount);
10
 
11
void CheckNumberOfTracks(void);
12
 
13
void ServiceTheGame(int pRacing);
14
 
15
void ServiceGame(void);
16
 
17
void ServiceGameInRace(void);
18
 
19
void GameMain(int pArgc, char** pArgv);
20
 
21
#endif