OChess v0.0.2
Programmer's Manual
binres.hpp
Go to the documentation of this file.
1
10#pragma once
11
12#include "ochess.hpp"
13
23wxBitmap LoadPNG(std::string icon, wxSize size);
24
32wxBitmap LoadPNG(std::string icon);
33
wxBitmap LoadPNG(std::string icon, wxSize size)
Load an icon from embedded binary resources and rescale it to a specified size.
Definition: binres.cpp:7