aboutsummaryrefslogtreecommitdiff
path: root/src/binres/binres.hpp
blob: 6db39fd6e56afe055a5b5dda05b15ec3adfe7527 (plain)
1
2
3
4
5
6
7
8
9
10
11
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);