More...
#include <stdlib.h>
#include <stdio.h>
#include <tgfclient.h>
#include <raceman.h>
#include <robot.h>
#include "racemain.h"
#include "raceinit.h"
#include "racestate.h"
#include "raceengine.h"
#include "racegl.h"
Go to the source code of this file.
|
| static void * | reScreenHandle = 0 |
| |
| static void * | reHookHandle = 0 |
| |
| static int | rePauseId |
| |
| static int | reMsgId |
| |
| static int | reBigMsgId |
| |
| static float | bgcolor [4] = {0.0, 0.0, 0.0, 0.0} |
| |
| static float | white [4] = {1.0, 1.0, 1.0, 1.0} |
| |
| static float | red [4] = {1.0, 0.0, 0.0, 1.0} |
| |
| static float * | reColor [] = {white, red} |
| |
| static void * | reResScreenHdle = 0 |
| |
| static int | reResTitleId |
| |
| static int | reResMsgId [LINES] |
| |
| static int | reResMsgClr [LINES] |
| |
| static char * | reResMsg [LINES] |
| |
| static int | reCurLine |
| |
- Author
- Eric Espie
- Version
- $Id$
Definition in file racegl.cpp.
◆ LINES
◆ reAddKeys()
| static void reAddKeys |
( |
void |
| ) |
|
|
static |
◆ reAddResKeys()
| static void reAddResKeys |
( |
void |
| ) |
|
|
static |
◆ ReBoardInfo()
| static void ReBoardInfo |
( |
void * |
| ) |
|
|
static |
◆ reContDisplay()
| static void reContDisplay |
( |
void |
| ) |
|
|
static |
◆ reDisplay()
| static void reDisplay |
( |
void |
| ) |
|
|
static |
◆ reHookActivate()
| static void reHookActivate |
( |
void * |
| ) |
|
|
static |
◆ ReHookInit()
| void* ReHookInit |
( |
void |
| ) |
|
◆ ReHookShutdown()
| void ReHookShutdown |
( |
void |
| ) |
|
◆ reMovieCapture()
| static void reMovieCapture |
( |
void * |
| ) |
|
|
static |
◆ reResCont()
| static void reResCont |
( |
void * |
| ) |
|
|
static |
◆ ReResEraseScreen()
| void ReResEraseScreen |
( |
void |
| ) |
|
◆ ReResGetLines()
| int ReResGetLines |
( |
void |
| ) |
|
◆ reResScreenActivate()
| static void reResScreenActivate |
( |
void * |
| ) |
|
|
static |
◆ ReResScreenAddText()
| void ReResScreenAddText |
( |
char * |
text | ) |
|
◆ ReResScreenInit()
| void* ReResScreenInit |
( |
void |
| ) |
|
◆ ReResScreenRemoveText()
| void ReResScreenRemoveText |
( |
int |
line | ) |
|
◆ ReResScreenSetText()
| void ReResScreenSetText |
( |
const char * |
text, |
|
|
int |
line, |
|
|
int |
clr |
|
) |
| |
◆ ReResScreenSetTitle()
| void ReResScreenSetTitle |
( |
char * |
title | ) |
|
◆ reResScreenShutdown()
| static void reResScreenShutdown |
( |
void * |
| ) |
|
|
static |
◆ ReResShowCont()
| void ReResShowCont |
( |
void |
| ) |
|
◆ reScreenActivate()
| static void reScreenActivate |
( |
void * |
| ) |
|
|
static |
◆ ReScreenInit()
| void* ReScreenInit |
( |
void |
| ) |
|
◆ ReScreenShutdown()
| void ReScreenShutdown |
( |
void |
| ) |
|
◆ ReSetRaceBigMsg()
| void ReSetRaceBigMsg |
( |
const char * |
msg | ) |
|
◆ ReSetRaceMsg()
| void ReSetRaceMsg |
( |
const char * |
msg | ) |
|
◆ reSkipPreStart()
| static void reSkipPreStart |
( |
void * |
| ) |
|
|
static |
◆ bgcolor
| float bgcolor[4] = {0.0, 0.0, 0.0, 0.0} |
|
static |
◆ reBigMsgId
◆ reColor
◆ reCurLine
◆ red
| float red[4] = {1.0, 0.0, 0.0, 1.0} |
|
static |
◆ reHookHandle
◆ reMsgId
◆ rePauseId
◆ reResMsg
◆ reResMsgClr
◆ reResMsgId
◆ reResScreenHdle
| void* reResScreenHdle = 0 |
|
static |
◆ reResTitleId
◆ reScreenHandle
◆ white
| float white[4] = {1.0, 1.0, 1.0, 1.0} |
|
static |