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

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.
 

Function Documentation

◆ process_bin()

bool process_bin ( processorInput_t * in)

Variable Documentation

◆ binProcessor

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.