Made includes relative addresses

This commit is contained in:
2026-03-05 02:12:55 +02:00
parent aafd2c05d2
commit beab60fcd2
4 changed files with 7 additions and 7 deletions

View File

@@ -7,9 +7,9 @@
* obtain one at http://mozilla.org/MPL/2.0/.
*/
#include <Systems/ECS.hpp>
#include <Systems/ECS/BuiltinComponents.hpp>
#include <Systems/Random.hpp>
#include "../../../headers/Systems/ECS.hpp"
#include "../../../headers/Systems/ECS/BuiltinComponents.hpp"
#include "../../../headers/Systems/Random.hpp"
using namespace Tourmaline::Systems;
using namespace ECS;