putting it together

This commit is contained in:
2025-09-21 18:30:45 +02:00
parent 33da76f9a6
commit 13bcba1c5b
11 changed files with 176 additions and 72 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
VideoDevice video_init(char *name, unsigned int preferred_width,
unsigned int preferred_height);
void video_read(VideoDevice device);
bool video_read(VideoDevice *device);
void video_free(VideoDevice device);