mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-04-22 17:07:53 -05:00
9 lines
167 B
C++
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 |