custom textbox colors

Co-authored-by: Misa Elizabeth Kai <infoteddy@infoteddy.info>
This commit is contained in:
AllyTally
2022-11-21 15:02:38 -04:00
committed by Misa Elizabeth Kai
parent de43005676
commit 3d5ba95b96
4 changed files with 53 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
#include <SDL.h>
#include <string>
#include <vector>
#include <map>
class CustomEntity
{
@@ -169,6 +170,8 @@ public:
SDL_Color getonewaycol(int rx, int ry);
SDL_Color getonewaycol(void);
bool onewaycol_override;
std::map<std::string, SDL_Color> customcolours;
};
std::string translate_title(const std::string& title, bool* is_gettext);