Added Time class
This commit is contained in:
parent
2c17d5d533
commit
4b1ed7da1e
4 changed files with 110 additions and 0 deletions
|
@ -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++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue