feat: Globals value store as well
CI / build-and-test (push) Successful in 2m41s
Sync Docs to Gitea Wiki / Sync docs to Gitea wiki (push) Successful in 11s

This commit is contained in:
2026-03-13 14:50:53 +13:00
parent d667952006
commit bc99a1e53c
10 changed files with 335 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
#pragma once
class asIScriptEngine;
void RegisterGlobalsBindings(asIScriptEngine* engine);