Start implementing linux user directory

master
Allen Webster 2021-01-17 14:22:00 -08:00
parent 474bb3c434
commit 769c9a0ab3
1 changed files with 5 additions and 0 deletions

View File

@ -42,6 +42,11 @@ system_get_path(Arena* arena, System_Path_Code path_code){
result = string_remove_last_folder(SCu8(buf, n));
} break;
case SystemPath_UserDirectory:
{
}break;
}
return(result);