Init commit

This commit is contained in:
Administrator 2024-02-22 10:34:16 +00:00
commit 83e6c9e1f0
41 changed files with 1455 additions and 0 deletions

View file

@ -0,0 +1,11 @@
#ifndef FROGGER_H
#define FROGGER_H
#include <locale.h>
#include "fsm.h"
#include "frog_backend.h"
#include "frog_frontend.h"
void game_loop();
#endif