mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
3 lines
196 B
Plaintext
3 lines
196 B
Plaintext
// rust_g.dm - DM API for rust_g extension library
|
|
#define RUST_G "rust_g"
|
|
#define WRITE_LOG(log, text) call(RUST_G, "log_write")(log, text) // Using Rust g dll to log faster with less CPU usage. |