working video backround + logging library

This commit is contained in:
2025-09-22 19:18:30 +02:00
parent ed4e3e54d6
commit 12373e82a0
20 changed files with 75 additions and 81 deletions
+1 -1
View File
@@ -1,4 +1,5 @@
#include <limits.h>
#include <log.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
@@ -6,7 +7,6 @@
#include "args.h"
#include "config.h"
#include "logs.h"
#include "string.h"
#include "types.h"