diff options
Diffstat (limited to 'src/binres/binres.hpp')
| -rw-r--r-- | src/binres/binres.hpp | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
