refactor: reorganize files

This commit is contained in:
2022-12-27 22:47:57 +03:00
parent e39003f4cc
commit af1dcb2bf2
11 changed files with 25 additions and 34 deletions
-10
View File
@@ -1,10 +0,0 @@
// Tanabata file manager command line interface lib
// By Masahiko AMANO aka H1K0
#ifndef TANABATA_CLI_H
#define TANABATA_CLI_H
// Command Line Interface
int cli(int argc, char **argv);
#endif //TANABATA_CLI_H