started on project manager

This commit is contained in:
OusmBlueNinja 2025-05-10 11:50:19 -05:00
parent 2d44b6e818
commit 504ee0b64d
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#include "ProjectManager.h"

View File

@ -0,0 +1,7 @@
#pragma once
class ProjectManager
{
};