Basic Steam Dick support (#166)

Without gamepadui library
This commit is contained in:
exstrim401
2023-01-08 17:38:24 +05:00
committed by GitHub
parent f63849bb34
commit e26b40d889
6 changed files with 62 additions and 10 deletions

View File

@@ -428,6 +428,8 @@ inline bool KeyValues::IsEmpty( int keySymbol )
return dat ? dat->IsEmpty( ) : true;
}
bool IsSteamDeck();
bool EvaluateConditional( const char *str );
class CUtlSortVectorKeyValuesByName