2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-06 15:13:29 +00:00
metaforce/Editor/ProjectManager.hpp
2015-12-13 11:01:32 -10:00

19 lines
236 B
C++

#ifndef RUDE_PROJECT_MANAGER_HPP
#define RUDE_PROJECT_MANAGER_HPP
#include <HECL/Database.hpp>
namespace RUDE
{
class ProjectManager
{
HECL::Database::Project* m_proj = nullptr;
public:
};
}
#endif // RUDE_PROJECT_MANAGER_HPP