- Comencem a treballar en les habitacions
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user