TORCS  1.3.9
The Open Racing Car Simulator
replay.h
Go to the documentation of this file.
1 /***************************************************************************
2 
3  file : replay.h
4  created : Sun Jan 30 22:59:28 CET 2000
5  copyright : (C) 2000 by Eric Espie
6  email : torcs@free.fr
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 
20 
21 #ifndef __REPLAYV1_H__
22 #define __REPLAYV1_H__
23 
24 #define RPL_IDENT 0
25 
26 
27 
28 #endif /* __REPLAYV1_H__ */
29 
30 
31