mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-29 02:32:55 +00:00
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: C.L. <killer65311@gmail.com>
6 lines
236 B
Plaintext
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")
|