TORCS  1.3.9
The Open Racing Car Simulator
fg_gm.h
Go to the documentation of this file.
1 /***************************************************************************
2 
3  file : fg_gm.h
4  created : Sat Mar 8 15:28:15 CET 2003
5  copyright : (C) 2003 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 _FG_GM_H_
27 #define _FG_GM_H_
28 
29 extern void fglutGameModeString( const char* string );
30 extern int fglutEnterGameMode( void );
31 extern void fglutLeaveGameMode( void );
32 
33 #endif /* _FG_GM_H_ */
34 
35 
36 
void fglutLeaveGameMode(void)
Definition: fg_gm.cpp:530
void fglutGameModeString(const char *string)
Definition: fg_gm.cpp:469
int fglutEnterGameMode(void)
Definition: fg_gm.cpp:502