ed2e5a01f9
it almost works sob
18 lines
287 B
C
18 lines
287 B
C
#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();
|
|
|
|
bool WinBlockInput(struct RecordBuffer *buf);
|
|
|
|
bool WinWait(double seconds); |