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,6 +1,6 @@
#if !defined(LD_GAME_AABB_H_)
#define LD_GAME_AABB_H_
#include "types.h"
#include "../core/types.h"
#include "../core/macros.h"