mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 13:22:05 -08:00
- Moved environment variable parsing to a dedicated loadConfig() function, called only once during initialization of the global g_jsonConfig. - Updated GetJson() to return the cached JSON object, preventing repetitive parsing of environment variables on each access. - Improved performance and simplified configuration data access. Replace <stdio.h> with <cstdlib> and <cstdio> - Updated include directives to use modern C++ headers. - The new headers place standard library functions in the std namespace, enhancing compatibility and type safety as recommended by modern C++ standards. |
||
|---|---|---|
| .. | ||
| json.hpp | ||
| MaskConfig.hpp | ||
| MouseTrajectories.hpp | ||
| moz.build | ||