Add missing includes for audio and camera controller

This commit is contained in:
Kelsi 2026-02-05 17:55:30 -08:00
parent 3ef0f8c2f1
commit f1bdf0bb67
2 changed files with 5 additions and 0 deletions

View file

@ -20,6 +20,8 @@
#include "rendering/minimap.hpp"
#include "rendering/loading_screen.hpp"
#include "audio/music_manager.hpp"
#include "audio/footstep_manager.hpp"
#include "audio/activity_sound_manager.hpp"
#include <imgui.h>
#include "pipeline/m2_loader.hpp"
#include "pipeline/wmo_loader.hpp"