aboutsummaryrefslogtreecommitdiff
path: root/src/binres/binres.cpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-05-10 10:49:31 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-05-10 10:49:31 +0200
commita9b9ed95f39cff40710e74ed81fdedee1cfad9e2 (patch)
treeacd01294ad1ae6f88b7515d6a6d8ac790f444f1d /src/binres/binres.cpp
parentff671f2171396088210600bab39ad9631e0d1daf (diff)
Remove all warnings from source code
Diffstat (limited to 'src/binres/binres.cpp')
-rw-r--r--src/binres/binres.cpp10
1 files changed, 10 insertions, 0 deletions
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(