From 540a3ffe4a9be39c346973e1f958c02398ce3f8a Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 24 Apr 2005 01:44:23 +0000 Subject: Initial working version --- groupexplode/config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'groupexplode/config.h') 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 -- cgit v1.2.3