mirror of
https://bitbucket.org/Mattrixwv/my-classes.git
synced 2026-02-04 03:12:27 -05:00
Moved my classes to an appropriate namespace
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
#include <chrono>
|
||||
|
||||
|
||||
namespace mee{
|
||||
class Stopwatch{
|
||||
private:
|
||||
std::chrono::high_resolution_clock::time_point startTime;
|
||||
@@ -80,5 +80,6 @@ public:
|
||||
endTime = startTime = std::chrono::high_resolution_clock::time_point();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
#endif //end STOPWATCH_HPP
|
||||
|
||||
Reference in New Issue
Block a user