feat: Basic NPC wandering

This commit is contained in:
2025-10-05 00:25:37 +01:00
parent 249109f117
commit ab96fa3eeb
7 changed files with 35129 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
#include "core/types.h"
#include "../core/types.h"
#include <SDL3/SDL_events.h>
#include "../core/macros.h"
@@ -8,4 +8,4 @@ struct Player
V2f pos;
};
function void PlayerUpdate(SDL_Event *event, Player *player);
function void PlayerUpdate(SDL_Event *event, Player *player);