Files
dilemmaker/source/aux.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

9 lines
113 B
C++

#pragma once
#include <string>
#include <stdint.h>
namespace aux
{
int getColorByName(std::string color);
}