![]() |
torcs - 1.2.2 | ![]() |
00001 /*************************************************************************** 00002 00003 file : racegl.h 00004 created : Sat Nov 16 19:02:56 CET 2002 00005 copyright : (C) 2002 by Eric Espié 00006 email : eric.espie@torcs.org 00007 version : $Id: racegl.h,v 1.2 2003/06/24 21:02:24 torcs Exp $ 00008 00009 ***************************************************************************/ 00010 00011 /*************************************************************************** 00012 * * 00013 * This program is free software; you can redistribute it and/or modify * 00014 * it under the terms of the GNU General Public License as published by * 00015 * the Free Software Foundation; either version 2 of the License, or * 00016 * (at your option) any later version. * 00017 * * 00018 ***************************************************************************/ 00019 00026 #ifndef _RACEGL_H_ 00027 #define _RACEGL_H_ 00028 00029 extern void *ReScreenInit(void); 00030 extern void ReScreenShutdown(void); 00031 extern void *ReHookInit(void); 00032 extern void ReHookShutdown(void); 00033 extern void ReSetRaceMsg(char *msg); 00034 extern void ReSetRaceBigMsg(char *msg); 00035 00036 extern void *ReResScreenInit(void); 00037 extern void ReResScreenSetTitle(char *title); 00038 extern void ReResScreenAddText(char *text); 00039 extern void ReResScreenSetText(char *text, int line, int clr); 00040 extern void ReResScreenRemoveText(int line); 00041 extern void ReResShowCont(void); 00042 extern int ReResGetLines(void); 00043 extern void ReResEraseScreen(void); 00044 00045 #endif /* _RACEGL_H_ */ 00046 00047 00048