- Comencem a treballar en les habitacions

This commit is contained in:
2023-03-09 18:58:25 +01:00
parent 82fc3f3c98
commit 2ef01a14d9
7 changed files with 96 additions and 34 deletions

11
source/misc.h Normal file
View File

@@ -0,0 +1,11 @@
#pragma once
struct vec2_t
{
int x, y;
};
struct vec3_t
{
int x, y, z;
};