mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 13:17:00 -04:00
Suppress libpng errors.
This commit is contained in:
@@ -40,6 +40,14 @@ void clearDC_black(DC& dc);
|
||||
/// Draw a checkerboard pattern
|
||||
void draw_checker(RotatedDC& dc, const RealRect&);
|
||||
|
||||
// ----------------------------------------------------------------------------- : Image related
|
||||
|
||||
/// Proxy around Image.LoadFile that suppresses errors.
|
||||
bool image_load_file(Image& image, wxInputStream &stream);
|
||||
|
||||
/// Proxy around Image.LoadFile that suppresses errors.
|
||||
bool image_load_file(Image& image, const wxString &name);
|
||||
|
||||
// ----------------------------------------------------------------------------- : Resource related
|
||||
|
||||
/// Load an image from a resource
|
||||
|
||||
Reference in New Issue
Block a user