aboutsummaryrefslogtreecommitdiff
path: root/common/winexe.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/winexe.h')
-rw-r--r--common/winexe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/winexe.h b/common/winexe.h
index cdbc0f6d13..2b81a33261 100644
--- a/common/winexe.h
+++ b/common/winexe.h
@@ -128,6 +128,8 @@ public:
virtual SeekableReadStream *getResource(const WinResourceID &type, const WinResourceID &id, const WinResourceID &lang) {
return getResource(type, id);
}
+
+ static WinResources *createFromEXE(const String &fileName);
};
} // End of namespace Common