moving repo

This commit is contained in:
2024-07-04 19:58:19 -04:00
parent 6cbeb42144
commit c67dbcc62a
7 changed files with 70 additions and 18 deletions

12
src/arguments.h Normal file
View File

@ -0,0 +1,12 @@
#ifndef __ARGUMENTS_H__
#define __ARGUMENTS_H__
#include "log.h"
#include "cursor.h"
#include "display.h"
#include "input.h"
#include "constants.h"
feature proc_args(int argc, char ** argv, cursor &curse, input &in, logger& log);
#endif