mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-04-08 02:05:42 -05:00
7 lines
111 B
C
7 lines
111 B
C
#ifndef DEBUG_MODE_H
|
|
#define DEBUG_MODE_H
|
|
|
|
static bool DEBUG_MODE = true;
|
|
// This is literally it. Yay.
|
|
|
|
#endif |