Elaztek Developer Hub
Blamite Game Engine - blam!  00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
project.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 #ifndef BLAM
6 #define BLAM
7 #endif
8 
10 {
12 
13  BLAM void SetActiveProjectInfo(BlamProjectInfo project_info);
14 
16 }
Blam::Content::Project
Definition: project.h:9
project.h
project_info.h
Blam::Content::Project::SetActiveProjectInfo
BLAM void SetActiveProjectInfo(BlamProjectInfo project_info)
Definition: project.cpp:12
BlamProjectInfo::use_defaults
bool use_defaults
Definition: project_info.h:7
Blam::Content::Project::GetCurrentProjectInfo
BLAM BlamProjectInfo GetCurrentProjectInfo()
Definition: project.cpp:7
Blam::Content::Project::ConfigureProjectDefaults
BLAM void ConfigureProjectDefaults()
Definition: project.cpp:17
BlamProjectInfo
Definition: project_info.h:5
BlamProjectInfo::user_data_folder
std::string user_data_folder
Definition: project_info.h:16
BLAM
#define BLAM
Definition: project.h:6
current_project
BlamProjectInfo current_project
Definition: project.cpp:5