c++ify a little

This commit is contained in:
DubbleClick
2023-11-15 19:11:07 +01:00
parent 7c471a4ceb
commit 75a5427287
6 changed files with 43 additions and 63 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
struct TpfEntry {
std::string name;
std::string entry; // Assuming ZipEntry is a string in your original code
std::string entry;
uint32_t crc_hash;
void* data;
unsigned long long size;