Elaztek Developer Hub
Blamite Game Engine - blam!  00423.10.27.24.0533.blamite
The core library for the Blamite Game Engine.
project.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <Strings/components/resources/project_info/project_info.h>
4 
5 #ifndef BLAM
6 #define BLAM
7 #endif
8 
10 {
11  BLAM BlamProjectInfo GetCurrentProjectInfo();
12 
13  BLAM void SetActiveProjectInfo(BlamProjectInfo project_info);
14 }
Blam::Content::Project
Definition: project.h:9
project.h
Blam::Content::Project::SetActiveProjectInfo
BLAM void SetActiveProjectInfo(BlamProjectInfo project_info)
Definition: project.cpp:10
Blam::Content::Project::GetCurrentProjectInfo
BLAM BlamProjectInfo GetCurrentProjectInfo()
Definition: project.cpp:5
BLAM
#define BLAM
Definition: project.h:6
current_project
BlamProjectInfo current_project
Definition: project.cpp:3