pandemonium_engine/core/config
lawnjelly d149a59513 Add GLOBAL_GET cached macros.
GLOBAL_GET is an expensive operation which should not be used each frame / tick.
This PR adds macros which do a cheaper revision check, and only call the expensive GLOBAL_GET when project settings have changed.

Co-authored-by: Lukas Tenbrink <lukas.tenbrink@gmail.com>
2025-03-31 07:58:52 +02:00
..
engine.cpp Fix unitialized variables in core 2024-02-08 13:43:25 +01:00
engine.h File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
project_settings.cpp Add GLOBAL_GET cached macros. 2025-03-31 07:58:52 +02:00
project_settings.h Add GLOBAL_GET cached macros. 2025-03-31 07:58:52 +02:00
SCsub Moved Engine and projectSettings. 2022-08-17 15:35:28 +02:00