From 6e4c9d46752d57c19b040d78f96f133906e852b8 Mon Sep 17 00:00:00 2001 From: Jan Laupetin Date: Sat, 3 Jan 2026 14:38:46 +0000 Subject: [PATCH] fix: use ZoneCode in all projects that may include its headers --- src/ZoneCommon.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ZoneCommon.lua b/src/ZoneCommon.lua index e293d7d0..31cac7d4 100644 --- a/src/ZoneCommon.lua +++ b/src/ZoneCommon.lua @@ -11,6 +11,7 @@ function ZoneCommon:include(includes) Parser:include(includes) Cryptography:include(includes) ZoneCode:include(includes) + ZoneCode:use() end end