Add CUser::LoadModule() helper

Makes it easier to retry loading replacement modules when
loading retired modules fail.
This commit is contained in:
J-P Nurmi
2014-10-18 12:03:57 +02:00
parent eaf2d737d7
commit 2286291d6b
2 changed files with 52 additions and 38 deletions
+1
View File
@@ -238,6 +238,7 @@ protected:
private:
void SetKeepBuffer(bool b) { SetAutoClearChanBuffer(!b); } // XXX compatibility crap, added in 0.207
bool LoadModule(const CString& sModName, const CString& sArgs, const CString& sNotice, CString& sError);
};
#endif // !_USER_H