From 4aa929331b8a217a44c37e1749886d819e5b6cae Mon Sep 17 00:00:00 2001 From: Alex Cole Date: Mon, 16 Oct 2023 23:05:26 +0100 Subject: [PATCH] Forward a function. --- YSI_Core/y_core/y_scriptinit_impl.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/YSI_Core/y_core/y_scriptinit_impl.inc b/YSI_Core/y_core/y_scriptinit_impl.inc index 0d3daab8..88d392ec 100644 --- a/YSI_Core/y_core/y_scriptinit_impl.inc +++ b/YSI_Core/y_core/y_scriptinit_impl.inc @@ -1216,6 +1216,8 @@ stock Server_GetLongCallDefault() #endif #endif +forward bool:Debug_Enable(); + #if !defined _ALS_OnCachedInit forward OnCachedInit(); #endif