- [NEW] Módul aux - [WIP] Módul tilemap ja mostra el mapa - [FIX] japi/draw: les textures han de vores en NEAREST
9 lines
113 B
C++
9 lines
113 B
C++
#pragma once
|
|
#include <string>
|
|
#include <stdint.h>
|
|
|
|
namespace aux
|
|
{
|
|
int getColorByName(std::string color);
|
|
}
|