mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 13:39:18 +02:00
Merge branch 'tmj-dev' into milek-dev
This commit is contained in:
@@ -78,6 +78,8 @@ inline double BorlandTime()
|
||||
|
||||
std::string Now();
|
||||
|
||||
double CompareTime( double t1h, double t1m, double t2h, double t2m );
|
||||
|
||||
/*funkcje logiczne*/
|
||||
inline bool TestFlag( int const Flag, int const Value ) { return ( ( Flag & Value ) == Value ); }
|
||||
bool SetFlag( int &Flag, int const Value);
|
||||
|
||||
Reference in New Issue
Block a user