claude review

This commit is contained in:
2026-03-23 16:40:06 +01:00
parent 93308e3f8d
commit 64b89bd8c1
5 changed files with 12 additions and 11 deletions

View File

@@ -1,13 +1,5 @@
#pragma once
#include "sprite.h"
typedef struct Player {
Sprite* sprite;
Vector2 pos;
float walk_speed;
} Player;
void game_screen_init();
void game_screen_update();
void game_screen_draw();