- Treballant en les portes

This commit is contained in:
2023-03-10 18:57:04 +01:00
parent 2ef01a14d9
commit 5a089b3333
3 changed files with 90 additions and 6 deletions

View File

@@ -1,6 +1,11 @@
#pragma once
#include "misc.h"
#define DOOR_XP 1
#define DOOR_XN 2
#define DOOR_YP 4
#define DOOR_YN 8
namespace room
{
void load(int x, int y);