- 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

View File

@@ -1,5 +1,6 @@
#pragma once
#include <SDL2/SDL.h>
#include "misc.h"
#define FLAG_NONE 0
#define FLAG_HERO 1
@@ -30,11 +31,6 @@
namespace actor
{
struct vec3_t
{
int x, y, z;
};
struct actor_t
{
SDL_Rect bmp_rect;