moving repo

This commit is contained in:
2024-07-05 00:46:02 -04:00
parent 325a1d1350
commit 7aed073fa6
11 changed files with 95 additions and 31 deletions

View File

@ -7,6 +7,6 @@
#include "constants.h"
feature proc_args(int argc, char ** argv, cursor &curse, input &in, logger& log);
feature proc_args(int argc, char **argv, cursor &curse, input &in, logger &log);
#endif