]> git.mxchange.org Git - flightgear.git/commitdiff
- added declaration for method get_step
authorcurt <curt>
Tue, 26 Jun 2001 22:00:31 +0000 (22:00 +0000)
committercurt <curt>
Tue, 26 Jun 2001 22:00:31 +0000 (22:00 +0000)
src/Objects/matlib.hxx

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