notifications.h 179 B

12345678
  1. #pragma once
  2. #include <furi.h>
  3. #include <notification/notification.h>
  4. #include "pinball0.h"
  5. void notify_table_bump(PinballApp* app);
  6. void notify_error_message(PinballApp* app);