fixed include names

This commit is contained in:
2025-03-21 04:40:59 +03:00
parent d5d1260784
commit 756bcef6e1
35 changed files with 60 additions and 61 deletions

View File

@@ -3,8 +3,8 @@
//
#pragma once
#include "Constants.hpp"
#include "omath/projection/Camera.hpp"
#include "omath/engines/iw_engine/constants.hpp"
#include "omath/projection/camera.hpp"
namespace omath::iw_engine
{