aboutsummaryrefslogtreecommitdiff
path: root/src/binres/binres.hpp
blob: 9d2ef85535f86ce0ca1e711cf693ef35281c7194 (plain)
1
2
3
4
5
6
7
#pragma once

#include "ochess.hpp"

wxBitmap LoadPNG(std::string icon, wxSize size);
wxBitmap LoadPNG(std::string icon);