diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2020-04-30 17:39:24 +0200 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2020-04-30 17:39:24 +0200 |
| commit | e04dc6ded7c3ca015095f7826aeb63804624abed (patch) | |
| tree | 6469f72a98b5ae5b8f00c873eca5874f0bf574b5 /src/cppc4group.hpp | |
| parent | 5876cbb5f465490d5c3f7cb310f04efde093c896 (diff) | |
| download | cc4group-e04dc6ded7c3ca015095f7826aeb63804624abed.tar.gz cc4group-e04dc6ded7c3ca015095f7826aeb63804624abed.zip | |
Add crc to CC4Group_EntryInfo
Diffstat (limited to 'src/cppc4group.hpp')
| -rw-r--r-- | src/cppc4group.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cppc4group.hpp b/src/cppc4group.hpp index e8f7ba1..2c1f6c1 100644 --- a/src/cppc4group.hpp +++ b/src/cppc4group.hpp @@ -50,6 +50,7 @@ public: bool executable; bool directory; bool official; + uint32_t crc; }; // this struct is used in custom tmp memory strategies |
