mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-02 12:08:11 +00:00
setting to prefer os native file dialog uis (off by default because they are slow and bad)
This commit is contained in:
@@ -680,6 +680,12 @@ os_graphical_message(B32 error, String8 title, String8 message)
|
||||
fprintf(stderr, "%.*s\n\n", str8_varg(message));
|
||||
}
|
||||
|
||||
internal String8
|
||||
os_graphical_pick_file(Arena *arena, String8 initial_path)
|
||||
{
|
||||
return str8_zero();
|
||||
}
|
||||
|
||||
////////////////////////////////
|
||||
//~ rjf: @os_hooks Shell Operations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user