Added Time class

This commit is contained in:
Robert 2021-04-24 00:12:34 +02:00
parent 2c17d5d533
commit 4b1ed7da1e
4 changed files with 110 additions and 0 deletions

View file

@ -9,6 +9,9 @@ int main(int argc, char** argv)
{
sdlu::Initialize();
sdlu::Time test = sdlu::Microseconds(420);
std::cout << test.AsSeconds() << std::endl;
Uint32* icon_data = new Uint32[64 * 64];
for (int y = 0; y < 64; y++)
{