pandemonium_engine/core/error
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
..
error_list.h File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
error_macros.cpp Add GLOBAL_GET cached macros. 2025-03-31 07:58:52 +02:00
error_macros.h Prevent inlining error print functions. 2025-03-31 07:45:49 +02:00
SCsub Moved the error macros. 2022-08-17 15:14:19 +02:00