doing linux at the same time....

This commit is contained in:
ed
2025-02-07 19:46:49 -05:00
parent a4f915d27d
commit ee6a43e136
6 changed files with 378 additions and 428 deletions
+2 -2
View File
@@ -303,8 +303,8 @@ os_string_from_guid(Arena* arena, OS_Guid guid) {
////////////////////////////////
//~ rjf: @os_hooks System/Process Info (Implemented Per-OS)
internal OS_SystemInfo *os_get_system_info(void);
internal OS_ProcessInfo *os_get_process_info(void);
internal OS_SystemInfo* os_get_system_info(void);
internal OS_ProcessInfo* os_get_process_info(void);
internal String8 os_get_current_path(Arena *arena);
////////////////////////////////