Swadge 2024 2.0.0
APIs to develop games for the Magfest Swadge
|
Functions | |
bool | process_bin (processorInput_t *in) |
Variables | |
const assetProcessor_t | binProcessor = {.name = "bin", .inFmt = FMT_DATA, .outFmt = FMT_DATA, .type = FUNCTION, .function = process_bin} |
The bin processor copies the input file directly to the output file with no compression or modification. | |
bool process_bin | ( | processorInput_t * | in | ) |
const assetProcessor_t binProcessor = {.name = "bin", .inFmt = FMT_DATA, .outFmt = FMT_DATA, .type = FUNCTION, .function = process_bin} |
The bin processor copies the input file directly to the output file with no compression or modification.