Separate engine and game
This commit is contained in:
11
engine/breeze/math/vec2i.h
Normal file
11
engine/breeze/math/vec2i.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef BREEZE_VEC2_H
|
||||
#define BREEZE_VEC2_H
|
||||
|
||||
#include "breeze/defines.h"
|
||||
|
||||
typedef struct Vec2i {
|
||||
int32_t x;
|
||||
int32_t y;
|
||||
} Vec2i;
|
||||
|
||||
#endif //BREEZE_VEC2_H
|
||||
Reference in New Issue
Block a user