mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-07-17 17:44:28 -05:00
8 lines
115 B
C
8 lines
115 B
C
#ifndef DEBUG_H
|
|
#define DEBUG_H
|
|
|
|
#define testVar 1000
|
|
char intToHex(unsigned int);
|
|
void printValueAt(vu32);
|
|
|
|
#endif |