2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 23:47:42 +00:00

Update splash screen

This commit is contained in:
Jack Andersen
2015-12-13 11:01:32 -10:00
parent 1c333d5dab
commit eac226848a
9 changed files with 228 additions and 23 deletions

18
Editor/ProjectManager.hpp Normal file
View File

@@ -0,0 +1,18 @@
#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