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

@ -1,4 +1,4 @@
#include "systems.hpp"
#include "game/systems.hpp"
#include <fmt/core.h>
#include <string>
#include <cmath>
@ -7,16 +7,16 @@
#include "dbc.hpp"
#include "graphics/lights.hpp"
#include "events.hpp"
#include "sound.hpp"
#include "game/sound.hpp"
#include "ai/ai.hpp"
#include "ai/ai_debug.hpp"
#include "shiterator.hpp"
#include "rituals.hpp"
#include "algos/shiterator.hpp"
#include "game/rituals.hpp"
#include "combat/battle.hpp"
#include <iostream>
#include "graphics/shaders.hpp"
#include "inventory.hpp"
#include "game_level.hpp"
#include "game/inventory.hpp"
#include "game/level.hpp"
#include "events.hpp"
#include "graphics/animation.hpp"