You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
wired-nds/build/soundbank_bin.h

12 lines
328 B

/* Generated by BIN2S - please don't edit directly */
#pragma once
#include <stddef.h>
#include <stdint.h>
extern const uint8_t soundbank_bin[];
extern const uint8_t soundbank_bin_end[];
#if __cplusplus >= 201103L
static constexpr size_t soundbank_bin_size=2548456;
#else
static const size_t soundbank_bin_size=2548456;
#endif