ed2e5a01f9
it almost works sob
15 lines
260 B
C
15 lines
260 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 RecordBuffer *buf);
|
|
|
|
bool WindowsWait(double seconds); |