Swadge 2024 2.0.0
APIs to develop games for the Magfest Swadge
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
raw_processor.h
Go to the documentation of this file.
1#pragma once
2
3#include <stdbool.h>
5
7
Defines an asset processor.
Definition assets_preprocessor.h:752
Holds the input and output data for a single file processing operation.
Definition assets_preprocessor.h:727
const assetProcessor_t heatshrinkProcessor
The heatshrink processor compresses its input file with heatshrink. Any files processed can be loaded...
Definition raw_processor.c:13
bool process_raw(processorInput_t *arg)