ef7362c5d9
window
16 lines
261 B
C
16 lines
261 B
C
#pragma once
|
|
#include <iso646.h>
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
#include "fumotris.h"
|
|
|
|
bool WinInitHandles();
|
|
|
|
bool WinInitConsole();
|
|
|
|
bool WinBlockInput(struct RecordBuffer *buf);
|
|
|
|
bool WinWait(double seconds); |