mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
Something that compiles.
This commit is contained in:
@@ -206,10 +206,12 @@ namespace JsonRandom
|
||||
return ret;
|
||||
}
|
||||
|
||||
std::vector<Component> loadComponents(const JsonNode & value)
|
||||
{
|
||||
//TODO
|
||||
}
|
||||
//std::vector<Component> loadComponents(const JsonNode & value)
|
||||
//{
|
||||
// std::vector<Component> ret;
|
||||
// return ret;
|
||||
// //TODO
|
||||
//}
|
||||
|
||||
std::vector<Bonus> DLL_LINKAGE loadBonuses(const JsonNode & value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user