include.h (308B)
1 /* Patches */ 2 #if BACKGROUND_IMAGE_PATCH 3 #include "background_image.h" 4 #elif BLUR_PIXELATED_SCREEN_PATCH 5 #include "blur_pixelated_screen.h" 6 #endif 7 8 #if DWM_LOGO_PATCH 9 #include "dwmlogo.h" 10 #endif 11 12 #if PAMAUTH_PATCH 13 #include "pamauth.h" 14 #endif 15 16 #if KEYPRESS_FEEDBACK_PATCH 17 #include "keypress_feedback.h" 18 #endif