diff options
author | Daniel Wilhelm <daniel@wili.li> | 2016-03-16 21:32:07 +0100 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2016-03-16 21:32:07 +0100 |
commit | ce3574cf7ff2ee68608b4d001f5a6dd1e36b2252 (patch) | |
tree | 576b1741351e1cd34f0fcce49f98df9c17e10912 /wx+/image_resources.h | |
parent | 7.6 (diff) | |
download | FreeFileSync-ce3574cf7ff2ee68608b4d001f5a6dd1e36b2252.tar.gz FreeFileSync-ce3574cf7ff2ee68608b4d001f5a6dd1e36b2252.tar.bz2 FreeFileSync-ce3574cf7ff2ee68608b4d001f5a6dd1e36b2252.zip |
7.7
Diffstat (limited to 'wx+/image_resources.h')
-rw-r--r-- | wx+/image_resources.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wx+/image_resources.h b/wx+/image_resources.h index 30f89848..61623614 100644 --- a/wx+/image_resources.h +++ b/wx+/image_resources.h @@ -14,6 +14,7 @@ namespace zen { void initResourceImages(const Zstring& filepath); //pass resources .zip file at application startup +void cleanupResourceImages(); const wxBitmap& getResourceImage (const wxString& name); const wxAnimation& getResourceAnimation(const wxString& name); |