879e8f2af2
jhhj
13 lines
238 B
C
13 lines
238 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 Controller *ctrl);
|
|
|
|
void JoinInput(struct Controller *ctrl); |