Final move of files to a better place. Only thing in the root is very common stuff.

This commit is contained in:
Zed A. Shaw 2026-02-27 15:10:17 -05:00
parent ebe84c4d78
commit 5179f1c781
95 changed files with 190 additions and 191 deletions

View file

@ -5,7 +5,7 @@
#include <limits>
#include <optional>
#include <nlohmann/json.hpp>
#include "config.hpp"
#include "game/config.hpp"
#include "goap.hpp"
namespace ai {

View file

@ -5,7 +5,7 @@
#include <limits>
#include <optional>
#include <nlohmann/json.hpp>
#include "config.hpp"
#include "game/config.hpp"
namespace ai {
// ZED: I don't know if this is the best place for this