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:
18
Editor/ProjectManager.hpp
Normal file
18
Editor/ProjectManager.hpp
Normal 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
|
||||
Reference in New Issue
Block a user