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
"
27
#include <
musicplayer/musicplayer.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
46
TorcsEntry
(
void
)
47
{
48
ssgInit();
49
50
GfInitClient
();
51
52
TorcsMainMenuInit
();
53
54
SplashScreen
();
55
56
startMenuMusic
();
57
}
mainmenu.h
splash.h
tgfclient.h
The Gaming Framework API (client part).
GfInitClient
void GfInitClient(void)
Definition:
tgfclient.cpp:31
TorcsEntry
void TorcsEntry(void)
Definition:
entry.cpp:46
TorcsMainMenuInit
int TorcsMainMenuInit(void)
Definition:
mainmenu.cpp:59
SplashScreen
int SplashScreen(void)
Definition:
splash.cpp:198
client.h
musicplayer.h
startMenuMusic
void startMenuMusic()
Definition:
musicplayer.cpp:80
src
libs
client
entry.cpp
Generated by
1.8.14