summaryrefslogtreecommitdiff
path: root/wx+/image_resources.h
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/image_resources.h')
-rw-r--r--wx+/image_resources.h1
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);
bgstack15