Files
dilemmaker/source/propertygrid.h
Raimon Zamora 03baa43543 - [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
2025-11-18 17:12:53 +01:00

10 lines
163 B
C++

#pragma once
#include <string>
namespace propertygrid
{
void start();
std::string stringProperty(std::string label, std::string value);
void end();
}