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
24
class
grMultiTexState
:
public
grManagedState
25
{
26
public
:
27
~grMultiTexState
() {}
28
virtual
void
apply
(
int
unit) ;
29
};
30
31
#endif // __GRMULTI
grMultiTexState
Definition:
grmultitexstate.h:24
grtexture.h
grMultiTexState::apply
virtual void apply(int unit)
Definition:
grmultitexstate.cpp:27
grMultiTexState::~grMultiTexState
~grMultiTexState()
Definition:
grmultitexstate.h:27
grManagedState
Definition:
grtexture.h:39
src
modules
graphic
ssggraph
grmultitexstate.h
Generated by
1.8.14