c941f8b7fb
fas
13 lines
226 B
C
13 lines
226 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(struct Ctrl *ctrl);
|
|
|
|
void JoinInput(struct Ctrl *ctrl); |