summaryrefslogtreecommitdiff
path: root/common/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/project.h')
-rw-r--r--common/project.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/common/project.h b/common/project.h
index 8c57eb7..42529ae 100644
--- a/common/project.h
+++ b/common/project.h
@@ -283,19 +283,20 @@ protected:
Texture* m_pBackground;
protected:
- // File load/save implementation.
- bool DoSave(char* lpszPathName, bool bReplace);
- bool DoFileSave();
- bool FileLoad(File* file, bool bUndo, bool bMerge);
- void FileSave(File* file, bool bUndo);
- void FileReadLDraw(File* file, Matrix* prevmat, int* nOk, int DefColor, int* nStep, PtrArray<File>& FileArray);
- void FileReadMPD(File& MPD, PtrArray<File>& FileArray) const;
+ // File load/save implementation.
+ bool DoSave(char* lpszPathName, bool bReplace);
+ bool DoFileSave();
+ bool FileLoad(File* file, bool bUndo, bool bMerge);
+ void FileSave(File* file, bool bUndo);
+ void FileReadLDraw(File* file, Matrix* prevmat, int* nOk, int DefColor, int* nStep, PtrArray<File>& FileArray);
+ void FileReadMPD(File& MPD, PtrArray<File>& FileArray) const;
public:
// File helpers
- bool OnNewDocument ();
- bool OnOpenDocument (const char* lpszPathName);
- bool SaveModified ();
+ bool OnNewDocument();
+ bool OnOpenDocument(const char* FileName);
+ bool OpenProject(const char* FileName);
+ bool SaveModified();
protected:
// mail enabling