Ankush's Garage
A collection of stuff made by Ankush Roy
Loading...
Searching...
No Matches
BaseProject.h File Reference
#include "Core/Common/pch.h"

Go to the source code of this file.

Classes

class  Common::BaseProject
 Structure representing an project application instance. More...
 
class  Common::ImGuiUI
 
class  Common::ProjectManager
 

Namespaces

namespace  Common
 

Variables

std::vector< std::unique_ptr< Common::BaseProject > > Projects
 

Variable Documentation

◆ Projects

std::vector<std::unique_ptr<Common::BaseProject> > Projects
extern