- Comencem a treballar en les habitacions
This commit is contained in:
12
source/room.h
Normal file
12
source/room.h
Normal 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();
|
||||
}
|
||||
Reference in New Issue
Block a user