- 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

12
source/room.h Normal file
View File

@@ -0,0 +1,12 @@
#pragma once
#include "misc.h"
namespace room
{
void load(int x, int y);
void draw();
vec3_t getSize();
vec3_t getMin();
vec3_t getMax();
}