summaryrefslogtreecommitdiff
path: root/common/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/project.h')
-rw-r--r--common/project.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/common/project.h b/common/project.h
index 9bc2271..c06a591 100644
--- a/common/project.h
+++ b/common/project.h
@@ -238,12 +238,13 @@ protected:
Texture* m_pBackground;
protected:
- // implementation helpers
- 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);
+ // 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