- moved platform backend code to 'common'.

This commit is contained in:
Christoph Oelckers 2020-04-23 22:58:02 +02:00
parent 29db3febb8
commit ebe936f03f
70 changed files with 305 additions and 115 deletions

View file

@ -139,6 +139,7 @@ static const RegistryPathInfo paths[] = {
{ nullptr}
};
bool I_QueryPathKey(const wchar_t* keypath, const wchar_t* valname, FString& value);
void G_AddExternalSearchPaths(TArray<FString> &searchpaths)
{