Files
raylib_game/src/screen.h
T

9 lines
85 B
C
Raw Normal View History

2026-07-04 17:07:43 +03:00
#ifndef SCREEN_H
#define SCREEN_H
#define GAME_FPS 60
void DrawLevel00();
#endif