Clean libthecore

This commit is contained in:
rtw1x1
2026-02-03 19:27:15 +00:00
parent e325385773
commit 1e88ce3ed6
10 changed files with 8 additions and 1626 deletions

View File

@@ -3,8 +3,6 @@
#include <atomic>
extern void GOST_Init();
LPHEART thecore_heart = NULL;
std::atomic<int> shutdowned = FALSE;
@@ -60,8 +58,6 @@ int thecore_init(int fps, HEARTFUNC heartbeat_func)
if (!pid_init())
return false;
GOST_Init();
thecore_heart = heart_new(1000000 / fps, heartbeat_func);
return true;
}