mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-03-21 17:34:42 -05:00
12 lines
209 B
C++
12 lines
209 B
C++
#ifndef DEBUG_H
|
|
#define DEBUG_H
|
|
|
|
#include <tonc.h>
|
|
#include <string>
|
|
|
|
#define testVar 1000
|
|
std::string intToHex(unsigned int num);
|
|
void printValueAt(vu32 testAdd);
|
|
std::string u8ToHexStr(vu8 inputNum);
|
|
|
|
#endif |