X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/ffbb3bd57668b3733a13f00d43760d8b9abfd887..97a3d89e8b16e6f50cf18fb3a84acae78e7ca720:/Cytore.hpp diff --git a/Cytore.hpp b/Cytore.hpp index db400459..9f3b4c8f 100644 --- a/Cytore.hpp +++ b/Cytore.hpp @@ -52,9 +52,6 @@ struct Header { uint32_t reserved_; }; -struct Block { -}; - template class Offset { private: @@ -85,6 +82,10 @@ class Offset { } }; +struct Block { + Cytore::Offset reserved_; +}; + template static _finline Type_ Round(Type_ value, Type_ size) { Type_ mask(size - 1);