mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 05:48:40 +00:00
moved IO related code to stand-alone file, piped all read/and writes
through new API, /rad_log now can enable read and/or write logs with "io", "io_reads", "io_writes" parameters.
This commit is contained in:
@@ -238,9 +238,6 @@ internal LNK_InputImportList lnk_list_from_input_import_arr(LNK_InputImport **ar
|
||||
////////////////////////////////
|
||||
// Helpers
|
||||
|
||||
internal void lnk_write_data_list_to_file_path(String8 path, String8List list);
|
||||
internal void lnk_write_data_to_file_path(String8 path, String8 data);
|
||||
|
||||
internal String8 lnk_make_full_path(Arena *arena, String8 work_dir, PathStyle system_path_style, String8 path);
|
||||
|
||||
internal String8 lnk_get_lib_name(String8 path);
|
||||
|
||||
Reference in New Issue
Block a user