Elaztek Developer Hub
Blamite Game Engine - Sapien (Stub Executable)  00429.01.19.25.0114.blamite
A small stub executable used to launch the Sapien editor.
blam.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifndef SAPIEN
4 #define SAPIEN
5 #endif
6 
11 {
17  SAPIEN bool InitBlamModule();
18 
23 }
Sapien::Modules::Blam::InitBlamModule
SAPIEN bool InitBlamModule()
Initializes the Blam! module.
Definition: blam.cpp:3
SAPIEN
#define SAPIEN
Definition: blam.h:4
blam.h
Sapien::Modules::Blam::CleanupBlamModule
SAPIEN void CleanupBlamModule()
Shuts down the Blam! module.
Definition: blam.cpp:8
Sapien::Modules::Blam
Namespace containing functions for the Blam! module.
Definition: blam.h:10