mirror of
https://github.com/gwdevhub/gMod.git
synced 2026-07-24 03:56:34 +00:00
c++ify a little
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user