Added HexToDec routine from hmagic

This commit is contained in:
Justin Scofield
2022-07-12 08:03:53 -04:00
parent 40fea79b0e
commit bb056ee4d3
2 changed files with 36 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ namespace core {
unsigned int SnesToPc(unsigned int addr);
int AddressFromBytes(uint8_t addr1, uint8_t addr2, uint8_t addr3);
int HexToDec(char *input, int length);
} // namespace core
} // namespace app