Fumofumotris/source/game/gametime.h
Julia 8ad3bf1f22 gaming
th j
2024-04-22 17:13:13 -05:00

12 lines
133 B
C

#pragma once
#include <stdbool.h>
#include <stdint.h>
#include "fumotris.h"
typedef u64 Time;
Time TimeNow();
double TimeNowD();