18 lines
289 B
C
18 lines
289 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 InputResult *result);
|
||
|
|
||
|
bool WinWait(double seconds);
|