aboutsummaryrefslogtreecommitdiff
path: root/src/binres/binres.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-02-23 18:11:55 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-02-23 18:11:55 +0100
commitce941c146aea7925bded6b9d2a0d0559d3156ad3 (patch)
tree4c52e02600e3fd127bfb28b3e974d45541ec9e4e /src/binres/binres.hpp
Create repository
Diffstat (limited to 'src/binres/binres.hpp')
-rw-r--r--src/binres/binres.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/binres/binres.hpp b/src/binres/binres.hpp
new file mode 100644
index 0000000..6db39fd
--- /dev/null
+++ b/src/binres/binres.hpp
@@ -0,0 +1,12 @@
+#pragma once
+
+#include "ochess.hpp"
+#include "swap_png.hpp"
+#include "zoomin_png.hpp"
+#include "zoomout_png.hpp"
+#include "cburnett_png.hpp"
+#include "chesscom_8bits_png.hpp"
+#include "hide_png.hpp"
+
+wxBitmap LoadPNG(std::string icon, wxSize size);
+wxBitmap LoadPNG(std::string icon); \ No newline at end of file