proper state, handling of fans

This commit is contained in:
veclavtalica
2025-02-07 13:42:01 +03:00
parent 990135105a
commit 559ff9fedc
4 changed files with 104 additions and 33 deletions

View File

@ -341,5 +341,7 @@ void issue_deferred_draw_commands(void);
bool model_load_workers_thread(void);
void finally_draw_models(void);
void free_model_cache(void);
void model_state_deinit(void);
#endif