1517f2caea
yay
13 lines
237 B
C
13 lines
237 B
C
#pragma once
|
|
#include <iso646.h>
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
#include "ctrl.h"
|
|
#include "fumotris.h"
|
|
|
|
void StartInput(Ctrl *ctrl, struct InputBuffer *buf);
|
|
|
|
void JoinInput(Ctrl *ctrl); |