Fumofumotris/source/io/platforms/win.h
Julia a8b50a2e94 bluh
mew
2024-03-26 15:11:58 -05:00

15 lines
259 B
C

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