a8b50a2e94
mew
15 lines
259 B
C
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); |