diff options
Diffstat (limited to 'muggle.h')
| -rw-r--r-- | muggle.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -71,6 +71,10 @@ public: virtual bool SetupParse(const char *Name, const char *Value); + static void setResumeIndex( unsigned index ); + + static unsigned getResumeIndex( ); + private: mgMedia *m_media; |
