ilimination of system code, removal of x-watcher and replacement of it by dmon, fixes in audio code, dynamic asset reload

This commit is contained in:
veclavtalica
2025-01-30 04:30:20 +03:00
parent 4b2a22bf3c
commit 74d7190c62
21 changed files with 2164 additions and 1427 deletions

10
src/twn_timer_c.h Normal file
View File

@ -0,0 +1,10 @@
#ifndef TWN_TIMER_H
#define TWN_TIMER_H
#include <stdbool.h>
#include <stdbit.h>
bool start_sanity_timer(uint32_t milliseconds_to_expire);
bool end_sanity_timer(void);
#endif // TWN_TIMER_H