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