refactor code to multiple modules

This commit is contained in:
DanyLE
2024-03-30 00:18:51 +01:00
parent 48543efbbd
commit c1960f0438
17 changed files with 1899 additions and 828 deletions

7
output.h Normal file
View File

@ -0,0 +1,7 @@
#ifndef DIYAC_OUTPUT_H
#define DIYAC_OUTPUT_H
#include "diyac.h"
void diyac_server_new_output(struct wl_listener *listener, void *data);
#endif