|
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 |
| The path that is provided for input assets on the command line. | |
| const char * | outDirName = NULL |
| The path that is provided for output assets on the command line. | |
| 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 |
The path that is provided for input assets on the command line.
| const char* outDirName = NULL |
The path that is provided for output assets on the command line.
| int filesUpdated = 0 |
| int processingErrors = 0 |
| bool verbose = false |
| const processorOptions_t* globalConfig = NULL |