Обновление

This commit is contained in:
cfif 2025-12-25 16:27:50 +03:00
parent 15080f3d0c
commit 718c469eb2
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ typedef struct {
} thread;
} tModelTask;
void ModelTask_Init(tModelTask *env, tLoggerInterface *logger);
void ModelTask_StartThread(tModelTask *env);