TORCS  1.3.9
The Open Racing Car Simulator
entry.cpp
Go to the documentation of this file.
1 /***************************************************************************
2 
3  file : entry.cpp
4  created : Sat Mar 18 23:41:55 CET 2000
5  copyright : (C) 2000 by Eric Espie
6  email : torcs@free.fr
7  version : $Id$
8 
9  ***************************************************************************/
10 
11 /***************************************************************************
12  * *
13  * This program is free software; you can redistribute it and/or modify *
14  * it under the terms of the GNU General Public License as published by *
15  * the Free Software Foundation; either version 2 of the License, or *
16  * (at your option) any later version. *
17  * *
18  ***************************************************************************/
19 
20 
21 #include <client.h>
22 #include <tgfclient.h>
23 #include <plib/ssg.h>
24 
25 #include "mainmenu.h"
26 #include "splash.h"
28 
29 /*
30  * Function
31  * TorcsEntry
32  *
33  * Description
34  * entry point of TORCS
35  *
36  * Parameters
37  * none
38  *
39  * Return
40  * none
41  *
42  * Remarks
43  *
44  */
45 void
47 {
48  ssgInit();
49 
50  GfInitClient();
51 
53 
54  SplashScreen();
55 
57 }
The Gaming Framework API (client part).
void GfInitClient(void)
Definition: tgfclient.cpp:31
void TorcsEntry(void)
Definition: entry.cpp:46
int SplashScreen(void)
Definition: splash.cpp:198
void startMenuMusic()
Definition: musicplayer.cpp:80