Files
CHOMPStation2/code/__defines/tracy.dm
2025-08-12 08:46:46 +02:00

6 lines
236 B
Plaintext

/// File path used for the "enable tracy next round" functionality
#define TRACY_ENABLE_PATH "data/enable_tracy"
/// The DLL path for byond-tracy.
#define TRACY_DLL_PATH (world.system_type == MS_WINDOWS ? "prof.dll" : "./libprof.so")