Core: ported headers cleanup from master branch

This commit is contained in:
ariel-
2017-06-19 23:20:06 -03:00
parent 052fc24315
commit 85a7d5ce9a
1207 changed files with 21154 additions and 18404 deletions

View File

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