parent
04c7dc9fea
commit
c0ee0d7827
2 changed files with 3 additions and 5 deletions
@ -1,3 +0,0 @@ |
||||
#pragma once |
||||
|
||||
#define BIT_SHIFT(x) (1 << x) |
@ -1,11 +1,12 @@ |
||||
#pragma once |
||||
#include "mathpch.h" |
||||
#include <bakara/math/mathpch.h> |
||||
|
||||
namespace Bk::Math
|
||||
{ |
||||
typedef unsigned int uint; |
||||
typedef glm::vec2 Vec2; |
||||
typedef glm::vec3 Vec3; |
||||
typedef glm::vec4 Vec4; |
||||
typedef glm::mat4 Mat4; |
||||
typedef glm::mat3 Mat3;
|
||||
typedef glm::mat3 Mat3;
|
||||
} |
||||
|
Loading…
Reference in New Issue