Fumofumotris/source/io/platforms/winhandler.h

18 lines
286 B
C
Raw Normal View History

2024-03-25 05:34:59 +00:00
#pragma once
#include <iso646.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include "fumotris.h"
bool WinInitInputHandle();
bool WinInitTimer();
bool WinInitConsole();
2024-03-26 20:11:58 +00:00
bool WinBlockInput(struct InputBuffer *buf);
2024-03-25 05:34:59 +00:00
bool WinWait(double seconds);