From c8f72aeaac736dd31c49eea0885749188dfccac9 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Fri, 2 Jun 2023 15:07:44 +0200 Subject: Improve embedded binary data and debug checkmate --- src/binres/binres.cpp | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'src/binres/binres.cpp') 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(); -- cgit v1.2.3