settings_scene.h 273 B

1234567891011
  1. #ifndef _SETTINGS_SCENE_H_
  2. #define _SETTINGS_SCENE_H_
  3. #include <gui/scene_manager.h>
  4. void scene_on_enter_settings_scene(void* context);
  5. bool scene_on_event_settings_scene(void* context, SceneManagerEvent event);
  6. void scene_on_exit_settings_scene(void* context);
  7. #endif