Fumofumotris/source/io/platforms/win.h
Julia f64b77ac21 ooga booga
kjlkljh
2024-04-15 14:29:51 -05:00

17 lines
313 B
C

#pragma once
#include <iso646.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include "fumotris.h"
bool PlatformInit();
bool PlatformGetRefreshRate(u16f *out);
bool PlatformBlockInput(struct InputBuffer *buf);
bool PlatformWait(struct timespec relative);