mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-28 15:07:04 -04:00
Various debug conditional compilation cleanup (#2915)
* Global: Define DEBUG as 0 if not already defined * Clean up DEBUG-guarded code
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@
|
||||
|
||||
#include <strtoul.h>
|
||||
|
||||
#ifdef DEBUG
|
||||
#if DEBUG
|
||||
extern "C" int atoi(const char* str);
|
||||
|
||||
void dScnMenu_setItem(int i_slotNo, u8 i_itemNo);
|
||||
|
||||
Reference in New Issue
Block a user