Elaztek Developer Hub
Blamite Game Engine - Foundry (Stub Executable)  00361.08.25.22.0004.blamite
A small stub executable used to launch the Foundry editor.
blam.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifndef FOUNDRY
4 #define FOUNDRY
5 #endif
6 
7 namespace Foundry::Modules
8 {
9  namespace Blam
10  {
11  FOUNDRY bool InitBlamModule();
13  }
14 }
Foundry::Modules
Definition: blam.h:7
Foundry::Modules::Blam::InitBlamModule
FOUNDRY bool InitBlamModule()
Definition: blam.cpp:3
FOUNDRY
#define FOUNDRY
Definition: blam.h:4
Foundry::Modules::Blam::CleanupBlamModule
FOUNDRY void CleanupBlamModule()
Definition: blam.cpp:8