mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-17 12:20:09 +01:00
3 lines
128 B
Plaintext
3 lines
128 B
Plaintext
//Define a macro that we can use to assemble all the circuit board names
|
|
#define T_BOARD(name) "circuit board (" + (name) + ")"
|