diff options
Diffstat (limited to 'core/resource/binfile.hh')
| -rw-r--r-- | core/resource/binfile.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/resource/binfile.hh b/core/resource/binfile.hh index 6bb5e3d..5f24d77 100644 --- a/core/resource/binfile.hh +++ b/core/resource/binfile.hh @@ -3,6 +3,8 @@ #pragma once struct BinFile final { + static void register_resource(void); + std::byte* buffer; std::size_t size; }; |
