s21_tetris/code-samples/frogger/inc/frogger.h
2024-02-22 10:34:16 +00:00

11 lines
No EOL
153 B
C

#ifndef FROGGER_H
#define FROGGER_H
#include <locale.h>
#include "fsm.h"
#include "frog_backend.h"
#include "frog_frontend.h"
void game_loop();
#endif