pokemon_exit_confirm.h 400 B

123456789101112131415
  1. #ifndef __POKEMON_EXIT_CONFIRM_H__
  2. #define __POKEMON_EXIT_CONFIRM_H__
  3. #pragma once
  4. #include <gui/modules/dialog_ex.h>
  5. #include <gui/scene_manager.h>
  6. void pokemon_exit_confirm_dialog_callback(DialogExResult result, void* context);
  7. void pokemon_exit_confirm_on_enter(void* context);
  8. bool pokemon_exit_confirm_on_event(void* context, SceneManagerEvent event);
  9. #endif // __POKEMON_EXIT_CONFIRM_H__