Poke_Transporter_GB/include/debug_mode.h
Remnants of Forgotten Disney 3619d1b0a4 Pre-fixing flags
2023-10-11 13:06:29 -05:00

7 lines
111 B
C

#ifndef DEBUG_MODE_H
#define DEBUG_MODE_H
static bool DEBUG_MODE = true;
// This is literally it. Yay.
#endif