mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
custom textbox colors
Co-authored-by: Misa Elizabeth Kai <infoteddy@infoteddy.info>
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
de43005676
commit
3d5ba95b96
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user