Fumofumotris/source/game/gametime.h

6 lines
80 B
C
Raw Normal View History

2024-03-25 05:34:59 +00:00
#pragma once
#include <stdbool.h>
double GetTime();
bool Wait(double seconds);