diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-06-02 15:07:44 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-06-02 15:07:44 +0200 |
| commit | c8f72aeaac736dd31c49eea0885749188dfccac9 (patch) | |
| tree | 4b843436a9f1c2dcafb855ed0c5f101b3083137d /src/binres/binres.cpp | |
| parent | ddc0c7aee0b80b4228ab9499360f0d376dfaab9e (diff) | |
Improve embedded binary data and debug checkmate
Diffstat (limited to 'src/binres/binres.cpp')
| -rw-r--r-- | src/binres/binres.cpp | 11 |
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(); |
