12 lines
218 B
C
12 lines
218 B
C
#ifndef RESOURCES_SOUND_HIT_H_
|
|
#define RESOURCES_SOUND_HIT_H_
|
|
|
|
#include <stdint.h>
|
|
#include "resource.h"
|
|
|
|
#define SOUND_HIT_LEN 14682
|
|
|
|
extern uint8_t sound_hit_data[SOUND_HIT_LEN];
|
|
|
|
#endif /* RESOURCES_SOUND_HIT_H_ */
|