Adoranda/include/event.h

6 lines
110 B
C
Raw Normal View History

2022-04-02 01:57:54 +02:00
#pragma once
#include <stdbool.h>
#include "game.h"
bool handle_event(struct Game *game, char const *event);