contra/source/cli.hpp
2023-11-18 01:46:10 +01:00

11 lines
178 B
C++

#ifndef CLI_H
/* Parse arguments with perminant effects (-h)
* Perform validation.
*/
extern "C"
signed parse_round1_arguments(int argc, char * * argv);
#define CLI_H
#endif