TORCS  1.3.9
The Open Racing Car Simulator
grmultitexstate.h
Go to the documentation of this file.
1 /***************************************************************************
2 
3  file : grmultitexstate.h
4  created : Fri Mar 22 23:16:44 CET 2002
5  copyright : (C) 2001 by Christophe Guionneau
6  version : $Id$
7 
8  ***************************************************************************/
9 
10 /***************************************************************************
11  * *
12  * This program is free software; you can redistribute it and/or modify *
13  * it under the terms of the GNU General Public License as published by *
14  * the Free Software Foundation; either version 2 of the License, or *
15  * (at your option) any later version. *
16  * *
17  ***************************************************************************/
18 
19 #ifndef __GRMULTI
20 #define __GRMULTI
21 
22 #include "grtexture.h"
23 
25 {
26  public:
28  virtual void apply (int unit) ;
29 };
30 
31 #endif // __GRMULTI
virtual void apply(int unit)