ember/business/projectmanager.cpp

12 lines
89 B
C++

#include "projectmanager.h"
namespace Ember
{
ProjectManager::ProjectManager()
{
}
}