refactor(main): move file operation functions to new source (#2124)

This commit is contained in:
ReenigneArcher
2024-02-10 07:37:27 -05:00
committed by GitHub
parent 1c50bc502b
commit cd2153f340
11 changed files with 113 additions and 78 deletions

View File

@@ -26,10 +26,6 @@ extern bool display_cursor;
// functions
int
main(int argc, char *argv[]);
std::string
read_file(const char *path);
int
write_file(const char *path, const std::string_view &contents);
void
launch_ui();
void