mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Moved json files to new directory, split on per-class basis
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
|
||||
#include "StdInc.h"
|
||||
#include "Colors.h"
|
||||
#include "../../lib/JsonNode.h"
|
||||
|
||||
#include "../../lib/json/JsonNode.h"
|
||||
|
||||
const ColorRGBA Colors::YELLOW = { 229, 215, 123, ColorRGBA::ALPHA_OPAQUE };
|
||||
const ColorRGBA Colors::WHITE = { 255, 243, 222, ColorRGBA::ALPHA_OPAQUE };
|
||||
@@ -48,4 +49,4 @@ std::optional<ColorRGBA> Colors::parseColor(std::string text)
|
||||
}
|
||||
|
||||
return std::nullopt;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user