Fix a bug in palette that kept it from being idempotent.
This commit is contained in:
parent
986b2612d4
commit
37b007d79c
5 changed files with 21 additions and 10 deletions
|
|
@ -4,6 +4,7 @@
|
|||
namespace palette {
|
||||
using std::string;
|
||||
|
||||
bool initialized();
|
||||
void init(const std::string &config="palette");
|
||||
|
||||
sf::Color get(const string &key);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue