TORCS  1.3.9
The Open Racing Car Simulator
splash.cpp File Reference
#include <GL/glut.h>
#include <stdlib.h>
#include <stdio.h>
#include <portability.h>
#include <tgfclient.h>
#include "splash.h"
#include "mainmenu.h"
Include dependency graph for splash.cpp:

Go to the source code of this file.

Functions

static void splashKey (unsigned char, int, int)
 
static void splashTimer (int)
 
static void splashDisplay (void)
 
static void splashMouse (int, int s, int, int)
 
int SplashScreen (void)
 

Variables

static int s_imgWidth
 
static int s_imgHeight
 
static GLuint s_texture = 0
 
static int SplashDisplaying
 

Function Documentation

◆ splashDisplay()

static void splashDisplay ( void  )
static

Definition at line 108 of file splash.cpp.

Here is the call graph for this function:

◆ splashKey()

static void splashKey ( unsigned  char,
int  ,
int   
)
static

Definition at line 57 of file splash.cpp.

Here is the call graph for this function:

◆ splashMouse()

static void splashMouse ( int  ,
int  s,
int  ,
int   
)
static

Definition at line 171 of file splash.cpp.

Here is the call graph for this function:

◆ SplashScreen()

int SplashScreen ( void  )

Definition at line 198 of file splash.cpp.

Here is the call graph for this function:

◆ splashTimer()

static void splashTimer ( int  )
static

Definition at line 81 of file splash.cpp.

Here is the call graph for this function:

Variable Documentation

◆ s_imgHeight

int s_imgHeight
static

Definition at line 37 of file splash.cpp.

◆ s_imgWidth

int s_imgWidth
static

Definition at line 37 of file splash.cpp.

◆ s_texture

GLuint s_texture = 0
static

Definition at line 38 of file splash.cpp.

◆ SplashDisplaying

int SplashDisplaying
static

Definition at line 39 of file splash.cpp.