diff options
| author | untodesu <kirill@untode.su> | 2025-05-27 16:35:41 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-05-27 16:35:41 +0500 |
| commit | adbbe24b0941c369d52461418cef206fc895168e (patch) | |
| tree | 349141c1e81f1d1113d8bbd96525ff2cf37d691b /game/client/sound.hh | |
| parent | 29da2327c990ef0ad4347b0067f4556030bbb3dc (diff) | |
| download | voxelius-adbbe24b0941c369d52461418cef206fc895168e.tar.bz2 voxelius-adbbe24b0941c369d52461418cef206fc895168e.zip | |
GUI updates
- Update ImGui to latest release (v1.91.9b)
- Fixup splash using a deprecated ImGui function
- Hide some settings tabs when not available
- Fix sound config values getting trashed whenever sound system cannot
be initialized
Diffstat (limited to 'game/client/sound.hh')
| -rw-r--r-- | game/client/sound.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/game/client/sound.hh b/game/client/sound.hh index 680c296..05ea39f 100644 --- a/game/client/sound.hh +++ b/game/client/sound.hh @@ -17,6 +17,7 @@ extern ConfigFloat volume_ui; namespace sound { +void init_config(void); void init(void); void init_late(void); void deinit(void); |
