X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fivac.git;a=blobdiff_plain;f=src%2Fivac.h;fp=src%2Fivac.h;h=7acb2e6099b9aa89b1ad72b602b7a143908148e9;hp=af64d04c8592b51f018558a3a821fd86ad7e3346;hb=51804c822aba850ad3d1589b4dc3dc2709d980f5;hpb=16b3789b687a3002b80a38f58c07b7a46ac89c6c diff --git a/src/ivac.h b/src/ivac.h index af64d04..7acb2e6 100644 --- a/src/ivac.h +++ b/src/ivac.h @@ -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 */