Elaztek Developer Hub
Blamite Game Engine - blam!  00423.10.27.24.0533.blamite
The core library for the Blamite Game Engine.
blamscript.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 #include <map>
5 #include <vector>
6 
7 #ifndef BLAM
8 #define BLAM
9 #endif
10 
11 namespace Blam
12 {
13 
14 }
Blam
Namespace surrounding all major engine components.
Definition: api.h:24