Swadge 2024 2.0.0
APIs to develop games for the Magfest Swadge
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
assets_preprocessor.c File Reference

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_tglobalConfig = NULL
 

Function Documentation

◆ print_usage()

void print_usage ( void )

TODO.

◆ startsWith()

bool startsWith ( const char * path,
const char * prefix )

◆ endsWith()

bool endsWith ( const char * filename,
const char * suffix )

TODO.

Parameters
filename
suffix
Returns
true
false

◆ main()

int main ( int argc,
char ** argv )

TODO.

Parameters
argc
argv
Returns
int

Variable Documentation

◆ inDirName

const char* inDirName = NULL

◆ outDirName

const char* outDirName = NULL

◆ filesUpdated

int filesUpdated = 0

◆ processingErrors

int processingErrors = 0

◆ verbose

bool verbose = false

◆ globalConfig

const processorOptions_t* globalConfig = NULL