Zap'Em Blast'Em Robots
robots that play laser tag!
Loading...
Searching...
No Matches
hit_buf.h
1
/*
2
* hit_buf.h
3
*
4
* Created on: Jun 9, 2025
5
* Author: andrewcarr
6
*/
7
8
#ifndef INC_HIT_BUF_H_
9
#define INC_HIT_BUF_H_
10
11
#include <stdint.h>
12
13
extern
const
int16_t hit_buf[];
14
extern
const
uint32_t hit_buf_len;
15
16
#endif
/* INC_HIT_BUF_H_ */
Inc
hit_buf.h
Generated by
1.14.0