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