lolautoaccept/include/arg.h
2022-04-26 19:36:15 +02:00

8 lines
112 B
C

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