claude review
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user