Initial commit

Made-with: Cursor
This commit is contained in:
Nils
2026-03-29 20:45:07 +02:00
commit 10be82cba5
30 changed files with 5085 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#pragma once
#include "irl-source.h"
void ingest_thread_start(struct irl_source_data *data);
void ingest_thread_stop(struct irl_source_data *data);