Adoranda/src/main.c

10 lines
111 B
C

#include <gint/display.h>
#include <gint/keyboard.h>
#include "game.h"
int main(void)
{
play();
return 0;
}