diff options
Diffstat (limited to 'core/binfile.hh')
| -rw-r--r-- | core/binfile.hh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/core/binfile.hh b/core/binfile.hh deleted file mode 100644 index 21dab40..0000000 --- a/core/binfile.hh +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef CORE_BINFILE_HH -#define CORE_BINFILE_HH 1 -#pragma once - -struct BinFile final { - std::byte* buffer; - std::size_t size; -}; - -#endif /* CORE_BINFILE_HH */ |
