mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-10 14:07:25 +00:00
Fix code resize to use word size rather than byte size
This commit is contained in:
@@ -48,9 +48,11 @@ public:
|
||||
|
||||
void SetCachedSize(size_t size_bytes);
|
||||
|
||||
[[nodiscard]] size_t CachedSize() const noexcept;
|
||||
[[nodiscard]] size_t CachedSizeWords() const noexcept;
|
||||
|
||||
[[nodiscard]] size_t ReadSize() const noexcept;
|
||||
[[nodiscard]] size_t CachedSizeBytes() const noexcept;
|
||||
|
||||
[[nodiscard]] size_t ReadSizeBytes() const noexcept;
|
||||
|
||||
[[nodiscard]] bool CanBeSerialized() const noexcept;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user