AI is now moved.

This commit is contained in:
Zed A. Shaw 2026-02-27 11:21:42 -05:00
parent 1d4ae911b9
commit 13ec422aae
25 changed files with 65 additions and 48 deletions

View file

@ -2,10 +2,10 @@
#include "textures.hpp"
#include "sound.hpp"
#include "autowalker.hpp"
#include "ai.hpp"
#include "ai/ai.hpp"
#include <iostream>
#include "shaders.hpp"
#include "backend.hpp"
#include "gui/backend.hpp"
#include "game_level.hpp"
#include "camera.hpp"