- [NEW] Módul aux - [WIP] Módul tilemap ja mostra el mapa - [FIX] japi/draw: les textures han de vores en NEAREST
10 lines
163 B
C++
10 lines
163 B
C++
#pragma once
|
|
#include <string>
|
|
|
|
namespace propertygrid
|
|
{
|
|
void start();
|
|
std::string stringProperty(std::string label, std::string value);
|
|
void end();
|
|
}
|