Poke_Transporter_GB/include/debug.h
2023-05-21 21:05:33 -05:00

9 lines
167 B
C++

#ifndef DEBUG_H
#define DEBUG_H
#define testVar 1000
char intToHex(unsigned int num);
void printValueAt(vu32 testAdd);
std::string u32ToHexStr(vu32 inputNum);
#endif