introduce audio_model = "push" to twn.toml

This commit is contained in:
veclavtalica
2025-02-04 00:21:30 +03:00
parent 277d1b2e10
commit c6cbf941a2
4 changed files with 30 additions and 27 deletions

View File

@ -83,6 +83,7 @@ typedef struct EngineContext {
/* signals mouse focus, used to disable mouse capture */
bool window_mouse_resident;
bool audio_initialized;
bool push_audio_model;
bool cull_faces;
} EngineContext;