revert CfgFunctions to nested include

This commit is contained in:
2024-02-12 19:32:19 -08:00
parent 1e5d50828b
commit fdcf70b713
2 changed files with 156 additions and 157 deletions

View File

@@ -95,7 +95,9 @@ class Params
// CfgFunctions
#include "framework\CfgFunctions.hpp"
class CfgFunctions {
#include "framework\CfgFunctions.hpp"
};