11 lines
134 B
C++
11 lines
134 B
C++
|
//Renata Kopecna
|
||
|
|
||
|
#ifndef HELP_HH
|
||
|
#define HELP_HH
|
||
|
|
||
|
#include <spdlog.h>
|
||
|
|
||
|
void print_help();
|
||
|
void print_errorCodes();
|
||
|
#endif // HELP_HH
|