mirror of
https://gittea.dev/nova/th.git
synced 2025-12-12 18:50:10 -05:00
user interactions now possible
This commit is contained in:
5
interactions.h
Normal file
5
interactions.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <curses.h>
|
||||
#include <pthread.h>
|
||||
#include "interactions.c"
|
||||
|
||||
void user_interactions(char *input, unsigned int *status);
|
||||
Reference in New Issue
Block a user