Swadge 2024 2.0.0
APIs to develop games for the Magfest Swadge
|
Functions | |
void | print_usage (void) |
TODO. | |
bool | startsWith (const char *path, const char *prefix) |
bool | endsWith (const char *filename, const char *suffix) |
TODO. | |
int | main (int argc, char **argv) |
TODO. | |
Variables | |
const char * | inDirName = NULL |
const char * | outDirName = NULL |
int | filesUpdated = 0 |
int | processingErrors = 0 |
bool | verbose = false |
const processorOptions_t * | globalConfig = NULL |
void print_usage | ( | void | ) |
TODO.
bool startsWith | ( | const char * | path, |
const char * | prefix ) |
bool endsWith | ( | const char * | filename, |
const char * | suffix ) |
TODO.
filename | |
suffix |
int main | ( | int | argc, |
char ** | argv ) |
TODO.
argc | |
argv |
const char* inDirName = NULL |
const char* outDirName = NULL |
int filesUpdated = 0 |
int processingErrors = 0 |
bool verbose = false |
const processorOptions_t* globalConfig = NULL |