From ce941c146aea7925bded6b9d2a0d0559d3156ad3 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 23 Feb 2022 18:11:55 +0100 Subject: Create repository --- src/binres/binres.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/binres/binres.hpp (limited to 'src/binres/binres.hpp') diff --git a/src/binres/binres.hpp b/src/binres/binres.hpp new file mode 100644 index 0000000..6db39fd --- /dev/null +++ b/src/binres/binres.hpp @@ -0,0 +1,12 @@ +#pragma once + +#include "ochess.hpp" +#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" + +wxBitmap LoadPNG(std::string icon, wxSize size); +wxBitmap LoadPNG(std::string icon); \ No newline at end of file -- cgit v1.2.3