From a9b9ed95f39cff40710e74ed81fdedee1cfad9e2 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 10 May 2023 10:49:31 +0200 Subject: Remove all warnings from source code --- src/binres/binres.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/binres/binres.cpp') diff --git a/src/binres/binres.cpp b/src/binres/binres.cpp index f6153f6..9661b08 100644 --- a/src/binres/binres.cpp +++ b/src/binres/binres.cpp @@ -1,5 +1,15 @@ #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" + wxBitmap LoadPNG(std::string icon, wxSize size) { wxImage img = LoadPNG(icon).ConvertToImage(); return (wxBitmap( -- cgit v1.2.3