movey boy
This commit is contained in:
11
code/game/player.h
Normal file
11
code/game/player.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "core/types.h"
|
||||
#include <SDL3/SDL_events.h>
|
||||
#include "../core/macros.h"
|
||||
|
||||
typedef struct Player Player;
|
||||
struct Player
|
||||
{
|
||||
V2f pos;
|
||||
};
|
||||
|
||||
function void PlayerUpdate(SDL_Event *event, Player *player);
|
||||
Reference in New Issue
Block a user