#ifndef PROJECTMANAGER_H #define PROJECTMANAGER_H namespace Ember { class ProjectManager { public: ProjectManager(); }; } #endif // PROJECTMANAGER_H