refactor(main): move file operation functions to new source (#2124)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user