![]() |
Blamite Game Engine - Sapien (Library)
00361.08.25.22.0004.blamite
The level editor application for the Blamite Game Engine.
|
#include <HEKGuerilla/components/tags/tags.h>
#include <HEKGuerilla/components/projects/projects.h>
Go to the source code of this file.
Namespaces | |
Sapien | |
Sapien::Scenario | |
Macros | |
#define | SAPIEN_LIB_API __declspec(dllimport) |
Functions | |
SAPIEN_LIB_API BlamProject * | Sapien::Scenario::GetActiveProject () |
SAPIEN_LIB_API BlamTag * | Sapien::Scenario::GetActiveScenarioTag () |
SAPIEN_LIB_API bool | Sapien::Scenario::LoadScenario (std::string project_name, std::string tag_path) |
SAPIEN_LIB_API bool | Sapien::Scenario::LoadScenario_Stage1 (std::string project_name, std::string tag_path) |
SAPIEN_LIB_API bool | Sapien::Scenario::LoadScenario_Stage2 (std::string project_name, std::string tag_path) |
SAPIEN_LIB_API bool | Sapien::Scenario::LoadScenario_Stage3 (std::string project_name, std::string tag_path) |
SAPIEN_LIB_API bool | Sapien::Scenario::LoadScenario_Stage4 (std::string project_name, std::string tag_path) |
SAPIEN_LIB_API bool | Sapien::Scenario::LoadScenario_Stage5 (std::string project_name, std::string tag_path) |
SAPIEN_LIB_API void | Sapien::Scenario::SaveScenario () |
#define SAPIEN_LIB_API __declspec(dllimport) |