X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/cf9903af62a73fbbf56790ea06caab1eb36089c0..15580453fc31f5e09669f7a24f74da6dcdf948b0:/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);