Globalize the PrecacheRes function (#921)

* Let mods access PrecacheRes function to create custom vgui screens
This commit is contained in:
NachosChipeados 2025-04-11 10:44:55 -04:00 committed by GitHub
parent 71e40fe4c7
commit 7e18d968b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -16,6 +16,8 @@ global function ClientCodeCallback_OnDropShipCinematicEventStateChanged
global function ClientCodeCallback_OnDetenteEnded
global function PerfInitLabels
global function PrecacheRes
global var Hud = null
global bool TITAN_CORE_ENABLED = true

View file

@ -15,9 +15,10 @@ global function ServerCallback_ClientInitComplete
global function ClientCodeCallback_OnDropShipCinematicEventStateChanged
global function ClientCodeCallback_OnDetenteEnded
global function ClientCodeCallback_OnResolutionChanged
global function PerfInitLabels
global function PrecacheRes
global var Hud = null
global bool TITAN_CORE_ENABLED = true