summaryrefslogtreecommitdiffstats
path: root/core/resource/binfile.hh
diff options
context:
space:
mode:
authoruntodesu <kirill@untode.su>2025-09-11 15:10:18 +0500
committeruntodesu <kirill@untode.su>2025-09-11 15:10:18 +0500
commita6ea7b7bbc66327cc2a957496f65dcfab5361cee (patch)
treea4fda8a1a490bf1d88afe4e8d2f8814afdcc0de1 /core/resource/binfile.hh
parent8784cbfebcb8a0220fb947a6070032e20b80fc2f (diff)
downloadvoxelius-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.hh12
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