nou icono

corregit Makefile
This commit is contained in:
2025-11-16 21:11:52 +01:00
parent e4a61a7241
commit a5d43dfb1f
6 changed files with 12 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
#include "core/system/debug.hpp"
#ifdef _DEBUG
#include <algorithm> // Para max
#include <memory> // Para __shared_ptr_access, shared_ptr
@@ -52,4 +54,6 @@ void Debug::render() {
void Debug::setPos(SDL_FPoint p) {
x_ = p.x;
y_ = p.y;
}
}
#endif // _DEBUG