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