- Comencem a treballar en les habitacions
This commit is contained in:
11
source/misc.h
Normal file
11
source/misc.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
struct vec2_t
|
||||
{
|
||||
int x, y;
|
||||
};
|
||||
|
||||
struct vec3_t
|
||||
{
|
||||
int x, y, z;
|
||||
};
|
||||
Reference in New Issue
Block a user