Codefix: Avoid uppercase characters in variable names. (#13985)

This commit is contained in:
Peter Nelson
2025-04-10 07:19:27 +01:00
committed by GitHub
parent 59aceee887
commit 936d78fefc
22 changed files with 201 additions and 201 deletions

View File

@@ -253,7 +253,7 @@ public:
protected:
class Squirrel *engine = nullptr; ///< A wrapper around the squirrel vm.
std::string versionAPI{}; ///< Current API used by this script.
std::string api_version{}; ///< Current API used by this script.
/**
* Register all API functions to the VM.