diff options
| author | untodesu <kirill@untode.su> | 2025-09-11 15:10:18 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-09-11 15:10:18 +0500 |
| commit | a6ea7b7bbc66327cc2a957496f65dcfab5361cee (patch) | |
| tree | a4fda8a1a490bf1d88afe4e8d2f8814afdcc0de1 /core/resource/binfile.hh | |
| parent | 8784cbfebcb8a0220fb947a6070032e20b80fc2f (diff) | |
| download | voxelius-a6ea7b7bbc66327cc2a957496f65dcfab5361cee.tar.bz2 voxelius-a6ea7b7bbc66327cc2a957496f65dcfab5361cee.zip | |
Update ImGui to a newer version with font scaling
Diffstat (limited to 'core/resource/binfile.hh')
| -rw-r--r-- | core/resource/binfile.hh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/core/resource/binfile.hh b/core/resource/binfile.hh deleted file mode 100644 index 5f24d77..0000000 --- a/core/resource/binfile.hh +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef CORE_RESOURCE_BINFILE_HH -#define CORE_RESOURCE_BINFILE_HH 1 -#pragma once - -struct BinFile final { - static void register_resource(void); - - std::byte* buffer; - std::size_t size; -}; - -#endif // CORE_RESOURCE_BINFILE_HH |
