diff options
Diffstat (limited to 'groupexplode/config.h')
-rw-r--r-- | groupexplode/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/groupexplode/config.h b/groupexplode/config.h index 8d00356..302e2fb 100644 --- a/groupexplode/config.h +++ b/groupexplode/config.h @@ -36,12 +36,16 @@ public: static bool RemoveOriginal(); static void RemoveOriginal(bool flag); + static bool Collate(); + static void Collate(bool flag); + private: Config(); static bool m_init; static bool m_rmOrig; + static bool m_collate; }; #endif // CONFIG_H |