eliminats tots els #ifndef. Sembla que #pragma once ja funciona, no com fa quatre anys 😌
This commit is contained in:
@@ -6,9 +6,6 @@
|
||||
#include "common/sprite.h"
|
||||
#include "const.h"
|
||||
|
||||
#ifndef TILEDBG_H
|
||||
#define TILEDBG_H
|
||||
|
||||
#define TILED_MODE_CIRCLE 0
|
||||
#define TILED_MODE_DIAGONAL 1
|
||||
#define TILED_MODE_RANDOM 2
|
||||
@@ -54,6 +51,4 @@ public:
|
||||
|
||||
// Recarga las texturas
|
||||
void reLoad();
|
||||
};
|
||||
|
||||
#endif
|
||||
};
|
||||
Reference in New Issue
Block a user