4 * Created on: 13/11/2012
8 #ifndef CONTROLCDMMAIN_H_
9 #define CONTROLCDMMAIN_H_
11 #include "modelCDMProject.h"
18 const modelCDMProject& GetActiveProject();
19 bool UpdateActiveProject();
20 const int OpenProject(const std::string& path);
21 bool CloseProject(const std::string& projectName);
23 modelCDMProject* main;
26 #endif /* CONTROLCDMMAIN_H_ */