From: curt Date: Tue, 26 Jun 2001 22:00:31 +0000 (+0000) Subject: - added declaration for method get_step X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=93178a944baae6e50c34b44659d36d99145d5e15;p=flightgear.git - added declaration for method get_step --- diff --git a/src/Objects/matlib.hxx b/src/Objects/matlib.hxx index d33313880..cfdca473c 100644 --- a/src/Objects/matlib.hxx +++ b/src/Objects/matlib.hxx @@ -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.