add better custom script support
All checks were successful
Generate testing snapshot / Create testing release (push) Successful in 37s

This commit is contained in:
2024-02-19 09:46:06 -08:00
parent c29e46d5f7
commit a20f477ee0
2 changed files with 12 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ class Params
// CfgFunctions
class CfgFunctions {
#include "framework\CfgFunctions.hpp"
#include "custom_scripts.hpp"
};