mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 11:39:19 +02:00
reformat: remove redundant 'inline' specifier
This commit is contained in:
@@ -28,13 +28,13 @@ public:
|
||||
// returns current intensity of the sun
|
||||
float getIntensity();
|
||||
// sets current time, overriding one acquired from the system clock
|
||||
void setTime( int const Hour, int const Minute, int const Second );
|
||||
void setTime( int Hour, int Minute, int Second );
|
||||
// sets current geographic location
|
||||
void setLocation( float const Longitude, float const Latitude );
|
||||
void setLocation( float Longitude, float Latitude );
|
||||
// sets ambient temperature in degrees C.
|
||||
void setTemperature( float const Temperature );
|
||||
void setTemperature( float Temperature );
|
||||
// sets surface pressure in milibars
|
||||
void setPressure( float const Pressure );
|
||||
void setPressure( float Pressure );
|
||||
|
||||
// constructors:
|
||||
cSun();
|
||||
|
||||
Reference in New Issue
Block a user