2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-01-13 20:21:48 +00:00

chore: move asset marker to ZoneCommon

This commit is contained in:
Jan Laupetin
2025-12-15 22:52:34 +00:00
parent e14f37f493
commit c73b2ed838
6 changed files with 29 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ namespace
LINE("#pragma once")
LINE("")
LINEF("#include \"Game/{0}/{0}.h\"", m_env.m_game)
LINE("#include \"Loading/AssetMarker.h\"")
LINE("#include \"Marking/AssetMarker.h\"")
LINE("")
LINE("#include <string>")
LINE("")