git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

gbdk-lib/examples/sms/wav_sample/src/cowbell_8bit_pcm_unsigned.h

      1 #ifndef __cowbell_8bit_pcm_unsigned_INCLUDE__
      2 #define __cowbell_8bit_pcm_unsigned_INCLUDE__
      3 
      4 #include <gbdk/platform.h>
      5 #include <stdint.h>
      6 
      7 BANKREF_EXTERN(cowbell_8bit_pcm_unsigned)
      8 extern const uint8_t cowbell_8bit_pcm_unsigned[8064];
      9 #endif

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.