CG
Version 25
Main Page
Namespaces
Classes
Files
File List
File Members
cg.v25
common
src
AdvanceParameters.h
Go to the documentation of this file.
1
#ifndef ADVANCE_PARAMETERS_H
2
#define ADVANCE_PARAMETERS_H
3
4
// this class holds the variables that define the state of an advance routine.
5
6
class
AdvanceParameters
7
{
8
public
:
9
10
virtual
AdvanceParameters
();
11
~AdvanceParameters
();
12
13
14
virtual
void
initialize
();
15
16
bool
init
;
17
18
19
};
20
21
22
#endif
Generated on Fri Jan 4 2013 10:19:07 for CG by
1.8.3