summaryrefslogtreecommitdiff
path: root/include/audio.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-12-24 11:04:11 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2023-12-24 11:04:11 +0100
commitcb9c0f812695da554e1feb5afe71b38324b65103 (patch)
tree36fb3d13a9136acbfc63684e1ab750fa0f25709e /include/audio.h
parentaa7043faa9ed8ed676603bd1a44388026700b3b1 (diff)
new font and audio
Diffstat (limited to 'include/audio.h')
-rw-r--r--include/audio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/audio.h b/include/audio.h
index d9343e5..b2bdf1b 100644
--- a/include/audio.h
+++ b/include/audio.h
@@ -23,6 +23,8 @@ typedef enum t_audio_event_type {
EVENT_COLLECT,
EVENT_FIRE,
EVENT_ROUND_CHANGE,
+ EVENT_CHARACTER_TYPE,
+ EVENT_FOOTSTEP,
} audio_event_type;
typedef struct t_audio_event {