aboutsummaryrefslogtreecommitdiff
path: root/src/binres/binres.cpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-06-02 15:07:44 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-06-02 15:07:44 +0200
commitc8f72aeaac736dd31c49eea0885749188dfccac9 (patch)
tree4b843436a9f1c2dcafb855ed0c5f101b3083137d /src/binres/binres.cpp
parentddc0c7aee0b80b4228ab9499360f0d376dfaab9e (diff)
Improve embedded binary data and debug checkmate
Diffstat (limited to 'src/binres/binres.cpp')
-rw-r--r--src/binres/binres.cpp11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/binres/binres.cpp b/src/binres/binres.cpp
index 9661b08..cc752c4 100644
--- a/src/binres/binres.cpp
+++ b/src/binres/binres.cpp
@@ -1,14 +1,7 @@
#include "binres.hpp"
-// Embedded PGNs:
-#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"
-#include "mat_png.hpp"
-#include "ochess_png.hpp"
+// Embedded binary data (e.g: PGNs icons):
+#include "binary_data.hpp"
wxBitmap LoadPNG(std::string icon, wxSize size) {
wxImage img = LoadPNG(icon).ConvertToImage();