Finished the new dialogue functionality

This commit is contained in:
2025-05-04 17:09:28 +02:00
parent ecedbbb4ce
commit c4ae40c7bd
6 changed files with 65 additions and 20 deletions

5
src/set_mode_t.h Normal file
View File

@@ -0,0 +1,5 @@
#ifndef SET_MODE_T_H
#define SET_MODE_T_H
typedef enum { SET_DENY, SET_ALLOW } set_mode_t;
#endif // !SET_MODE_T_H