From 5aa791b245305dc165be77305a2e0baf25b79029 Mon Sep 17 00:00:00 2001 From: arcattack Date: Sun, 5 Jul 2026 21:15:04 -0500 Subject: [PATCH] launcher: bgfload.h via fwd shim, not an absolute path (relocatable) Co-Authored-By: Claude Opus 4.8 (1M context) --- game/btl4main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/btl4main.cpp b/game/btl4main.cpp index 3a47c11..0479ee2 100644 --- a/game/btl4main.cpp +++ b/game/btl4main.cpp @@ -26,7 +26,7 @@ #include #include -#include "C:/git/nick-games/elsewhen_extracted/Elsewhen RP411 Source/trunk/MUNGA_L4/bgfload.h" // LoadBgfFile (BGF probe) +#include // LoadBgfFile (BGF probe) -- via game/fwd shim #include // BT umbrella -- engine Entity/Application chain (matches btl4app.cpp) #include "btl4app.hpp" // BTL4Application (pulls L4Application / Application chain) #include "appmgr.hpp" // ApplicationManager