Quick renaming of stuff to be more generic as 'AI'. Now maybe I can get some sweet sweet investor money.

This commit is contained in:
Zed A. Shaw 2025-03-10 22:30:56 -04:00
parent 9d6dc2f5dd
commit a079f882df
7 changed files with 95 additions and 289 deletions

View file

@ -4,7 +4,7 @@
#include <fstream>
#include "pathing.hpp"
#include "matrix.hpp"
#include "goap.hpp"
#include "ai.hpp"
using namespace fmt;
using namespace nlohmann;