Added all callbacks

This commit is contained in:
Erik Reider
2022-03-15 17:54:06 +01:00
parent a37ef74fb1
commit 4ee81c8dea
6 changed files with 186 additions and 1 deletions

View File

@ -42,6 +42,9 @@
#ifdef HAVE_LIBEVDEV
#include "modules/keyboard_state.hpp"
#endif
#ifdef HAVE_UPOWER
#include "modules/upower/upower.hpp"
#endif
#ifdef HAVE_LIBPULSE
#include "modules/pulseaudio.hpp"
#endif