lolautoaccept/include/arg.h

8 lines
112 B
C

#pragma once
struct Args {
int debugLog = 0; // cast to bool later
};
Args parseArgs(int argc, char** argv);