Elaztek Developer Hub
Blamite Game Engine - blam!  00310.02.05.21.0336.blamite
The core library for the Blamite Game Engine.
animation.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <vector>
4 
5 #ifndef BLAM
6 #define BLAM
7 #endif
8 
12 namespace Blam::Animation
13 {
14 
15 }
Blam::Animation
Namespace for animation data.
Definition: animation.h:12