diff options
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(); |
