Swadge 2024 2.0.0
APIs to develop games for the Magfest Swadge
Loading...
Searching...
No Matches
bakedDrums.h
Go to the documentation of this file.
1#pragma once
2
3#include <stdint.h>
4
5extern const int8_t* bakedDrums[];
6extern const int32_t bakedDrumsLens[];
7
8extern const int8_t* bakedDonutDrums[];
9extern const int32_t bakedDonutDrumsLens[];
const int32_t bakedDrumsLens[]
Definition bakedDrums.c:9189
const int8_t * bakedDrums[]
Definition bakedDrums.c:9140
const int8_t * bakedDonutDrums[]
Definition bakedDrums.c:14718
const int32_t bakedDonutDrumsLens[]
Definition bakedDrums.c:14721