1
0
Fork 0

- added declaration for method get_step

This commit is contained in:
curt 2001-06-26 22:00:31 +00:00
parent 2b6873903c
commit 93178a944b

View file

@ -86,6 +86,7 @@ public:
FGNewMat *find( const string& material ); FGNewMat *find( const string& material );
void set_step (int step); void set_step (int step);
int get_step ();
// Load one pending "deferred" texture. Return true if a texture // Load one pending "deferred" texture. Return true if a texture
// loaded successfully, false if no pending, or error. // loaded successfully, false if no pending, or error.