opening files using mimetypes defined in config.h

This commit is contained in:
nova
2025-06-18 04:08:02 +02:00
parent 1485d69cad
commit f99035629a
10 changed files with 106 additions and 41 deletions

View File

@ -1,7 +1,7 @@
#include <curses.h>
#include <pthread.h>
#ifndef CONFIG_GUARD
#define CONFIG_GUARD
#ifndef INTERACTIONS_GUARD
#define INTERACTIONS_GUARD
#include "interactions.c"
#endif