From ce3574cf7ff2ee68608b4d001f5a6dd1e36b2252 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Wed, 16 Mar 2016 21:32:07 +0100 Subject: 7.7 --- wx+/image_resources.h | 1 + 1 file changed, 1 insertion(+) (limited to 'wx+/image_resources.h') 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); -- cgit