Poke_Transporter_GB/include/debug.h
2023-04-12 23:25:49 -05:00

8 lines
115 B
C

#ifndef DEBUG_H
#define DEBUG_H
#define testVar 1000
char intToHex(unsigned int);
void printValueAt(vu32);
#endif