PixelBullet  0.0.1
A C++ game engine
Loading...
Searching...
No Matches
utils.h
1#pragma once
2
3#include <string>
4
5namespace pixelbullet
6{
10float GetTimeSeconds();
11
13std::string FormatCurrentTime();
14
17std::string FormatFolderTimestamp();
18
19} // namespace pixelbullet