Poke_Transporter_GB/include/debug_mode.h
2023-08-11 15:39:52 -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