diff --git a/platform_linux/linux_4ed_functions.cpp b/platform_linux/linux_4ed_functions.cpp index 5044b8b7..ce99b1d7 100644 --- a/platform_linux/linux_4ed_functions.cpp +++ b/platform_linux/linux_4ed_functions.cpp @@ -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);