spain's gonna win btw 🇪🇸

This commit is contained in:
2024-07-14 20:21:17 +02:00
parent fbc272f2a1
commit f9bfc48a9f
9 changed files with 211 additions and 33 deletions

View File

@@ -11,7 +11,8 @@ enum session_type {
struct session {
char *name;
char *path;
char *exec;
char *tryexec;
enum session_type type;
};