chore: move asset marker to ZoneCommon

This commit is contained in:
Jan Laupetin
2025-12-23 15:40:48 +01:00
parent e14f37f493
commit c73b2ed838
6 changed files with 29 additions and 7 deletions
@@ -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("")