Elaztek Developer Hub
Blamite Game Engine - Strings  00406.12.10.23.1457.blamite
A library containing general purpose utilities and classes for use in multiple projects.
vector.h File Reference
#include <string>
+ Include dependency graph for vector.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  BlamVector2
 Structure representing a 2D vector. More...
 
struct  BlamVector3
 Structure representing a 3D vector. More...
 
struct  BlamVector4
 Structure representing a 4D vector. More...
 

Macros

#define STRINGS_API   __declspec(dllimport)
 

Enumerations

enum  BlamDirection {
  BlamDirection::Forward, BlamDirection::Backward, BlamDirection::Left, BlamDirection::Right,
  BlamDirection::Up, BlamDirection::Down
}
 Enumerator listing possible directions. More...
 

Macro Definition Documentation

◆ STRINGS_API

#define STRINGS_API   __declspec(dllimport)

Enumeration Type Documentation

◆ BlamDirection

enum BlamDirection
strong

Enumerator listing possible directions.

Enumerator
Forward 

Forward.

Backward 

Backward.

Left 

Left.

Right 

Right.

Up 

Up.

Down 

Down.