completely removed ncurses, added minimal audio functions
[my-code/ivac.git] / src / ivac.h
index af64d04..7acb2e6 100644 (file)
@@ -14,6 +14,7 @@
 #include "event.h"
 #include "input.h"
 #include "display.h"
+#include "audio.h"
 
 /* defines */
 #define CHAR_USERNAME 32
@@ -62,6 +63,7 @@ typedef struct s_ivac {
   t_display display;
   t_challenger challenger[MAX_CONNECTIONS];
   char console[IVAC_CONSOLE_LEN][IVAC_CONSOLE_STRING_LEN];
+  t_audio audio;
 } t_ivac;
 
 /* function prototypes */