Fumofumotris/source/io/platforms/win.h
2024-03-25 00:34:59 -05:00

14 lines
241 B
C

#pragma once
#include <iso646.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include "input.h"
bool WindowsInit();
bool WindowsBlockInput(struct InputResult *result);
bool WindowsWait(double seconds);