Zap'Em Blast'Em Robots
robots that play laser tag!
Loading...
Searching...
No Matches
game_over_buf.h
1/*
2 * game_over_buf.h
3 *
4 * Created on: Jun 9, 2025
5 * Author: andrewcarr
6 */
7
8#ifndef INC_GAME_OVER_BUF_H_
9#define INC_GAME_OVER_BUF_H_
10
11#include <stdint.h>
12
13// the actual array lives in audio_data.c
14
15extern const int16_t game_over_buf[];
16extern const uint32_t game_over_buf_len;
17
18#endif /* INC_GAME_OVER_BUF_H_ */