TORCS  1.3.9
The Open Racing Car Simulator
racegl.h
Go to the documentation of this file.
1 /***************************************************************************
2 
3  file : racegl.h
4  created : Sat Nov 16 19:02:56 CET 2002
5  copyright : (C) 2002 by Eric Espi�
6  email : eric.espie@torcs.org
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 
26 #ifndef _RACEGL_H_
27 #define _RACEGL_H_
28 
29 extern void *ReScreenInit(void);
30 extern void ReScreenShutdown(void);
31 extern void *ReHookInit(void);
32 extern void ReHookShutdown(void);
33 extern void ReSetRaceMsg(const char *msg);
34 extern void ReSetRaceBigMsg(const char *msg);
35 
36 extern void *ReResScreenInit(void);
37 extern void ReResScreenSetTitle(char *title);
38 extern void ReResScreenAddText(char *text);
39 extern void ReResScreenSetText(const char *text, int line, int clr);
40 extern void ReResScreenRemoveText(int line);
41 extern void ReResShowCont(void);
42 extern int ReResGetLines(void);
43 extern void ReResEraseScreen(void);
44 
45 #endif /* _RACEGL_H_ */
46 
47 
48 
void ReSetRaceBigMsg(const char *msg)
Definition: racegl.cpp:155
void ReResShowCont(void)
Definition: racegl.cpp:426
void * ReScreenInit(void)
Definition: racegl.cpp:171
void ReScreenShutdown(void)
Definition: racegl.cpp:214
void ReResScreenSetText(const char *text, int line, int clr)
Definition: racegl.cpp:384
void * ReHookInit(void)
Definition: racegl.cpp:230
void ReHookShutdown(void)
Definition: racegl.cpp:243
void ReResScreenSetTitle(char *title)
Definition: racegl.cpp:358
void ReSetRaceMsg(const char *msg)
Definition: racegl.cpp:139
void ReResEraseScreen(void)
Definition: racegl.cpp:406
void ReResScreenAddText(char *text)
Definition: racegl.cpp:366
void * ReResScreenInit(void)
Definition: racegl.cpp:311
void ReResScreenRemoveText(int line)
Definition: racegl.cpp:417
int ReResGetLines(void)
Definition: racegl.cpp:400