2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-11-25 14:12:06 +00:00

chore: do not use relative include paths

This commit is contained in:
Jan Laupetin
2025-11-06 20:22:41 +01:00
parent a8456f88a4
commit b7a250eb10
10 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
#pragma once
#include "../BSP.h"
#include "Asset/IAssetCreator.h"
#include "Game/T6/BSP/BSP.h"
#include "SearchPath/ISearchPath.h"
#include "Utils/MemoryManager.h"