formatting

This commit is contained in:
Justin Scofield
2022-07-12 21:33:19 -04:00
parent ea01262232
commit 0beaf375fa
2 changed files with 26 additions and 37 deletions

View File

@@ -11,11 +11,6 @@ unsigned int SnesToPc(unsigned int addr);
int AddressFromBytes(uint8_t addr1, uint8_t addr2, uint8_t addr3);
int HexToDec(char *input, int length);
template<typename T>
T* ReserveBytes(size_t size) {
auto bytes = new T[size];
}
} // namespace core
} // namespace app
} // namespace yaze