grab and move cube

This commit is contained in:
speckitor
2026-07-05 22:37:41 +07:00
parent 54a2775f28
commit c426dd2d9c
7 changed files with 194 additions and 48 deletions
+4 -2
View File
@@ -1,9 +1,11 @@
#ifndef SCREEN_H
#define SCREEN_H
#define GAME_FPS 60
#include "player.h"
#define GAME_FPS 60
#define MAX_COLUMNS 20
void DrawLevel00();
void DrawLevel00(Player *player);
#endif