diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-12-23 23:47:16 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-12-23 23:47:16 +0100 |
| commit | aa7043faa9ed8ed676603bd1a44388026700b3b1 (patch) | |
| tree | 22d611caf3c76913975a0b011658abdb4713db0c /include/asset_defs.h | |
| parent | 0bd58d53437969264a0c217f9048baa71a4ef698 (diff) | |
audio work
Diffstat (limited to 'include/asset_defs.h')
| -rw-r--r-- | include/asset_defs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asset_defs.h b/include/asset_defs.h index 7001403..002ad23 100644 --- a/include/asset_defs.h +++ b/include/asset_defs.h @@ -69,6 +69,8 @@ Mix_Chunk* wav_impact_wood; Mix_Chunk* wav_error; Mix_Chunk* wav_collect; +Mix_Chunk* round_change; + void load_assets(); font* get_font(platform_window* window, float scale); |
