Fumofumotris/source/game/gametime.h

12 lines
133 B
C
Raw Normal View History

2024-03-25 05:34:59 +00:00
#pragma once
#include <stdbool.h>
2024-04-22 22:13:13 +00:00
#include <stdint.h>
2024-03-25 05:34:59 +00:00
2024-04-22 22:13:13 +00:00
#include "fumotris.h"
2024-04-22 22:13:13 +00:00
typedef u64 Time;
2024-03-25 05:34:59 +00:00
2024-04-22 22:13:13 +00:00
Time TimeNow();
double TimeNowD();