Core: header cleanup, split realmlist, boost compatibility, cotire, remove stormlib/zlib and stormlib/bzip2 and instead use dep sources

This commit is contained in:
ariel-
2018-03-22 04:20:35 -03:00
parent 7fff6c424f
commit 5ff847159c
1243 changed files with 29780 additions and 36517 deletions

View File

@@ -119,7 +119,7 @@ SavedAddon const* GetAddonInfo(const std::string& name)
return &addon;
}
return NULL;
return nullptr;
}
BannedAddonList const* GetBannedAddons()