- [WIP] Comence amb el propertygrid

- [NEW] Módul aux
- [WIP] Módul tilemap ja mostra el mapa
- [FIX] japi/draw: les textures han de vores en NEAREST
This commit is contained in:
2025-11-18 17:12:53 +01:00
parent d686673b8e
commit 03baa43543
8 changed files with 183 additions and 1 deletions

9
source/propertygrid.h Normal file
View File

@@ -0,0 +1,9 @@
#pragma once
#include <string>
namespace propertygrid
{
void start();
std::string stringProperty(std::string label, std::string value);
void end();
}