This commit is contained in:
Daveo 2001-01-21 18:04:00 +00:00
parent 302b1cb2e9
commit 2cc37a2eab
11 changed files with 76 additions and 21 deletions

View file

@ -62,6 +62,8 @@ virtual void Save(CFile *File)=0;
virtual void Export(CCore *Core,CExport &Exp)=0;
virtual bool CanDelete()=0;
// Functions
virtual BOOL SetMode(int NewMode)=0;
virtual BOOL InitMode()=0;