Start implementing linux user directory
parent
474bb3c434
commit
769c9a0ab3
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue