mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-19 11:21:39 +03:00
51d726c2d7
* dolphin scenes refactoring & restructuring phase 1 * Passport app: mood and level display, opens from main menu and dolphin scenes. Dolphin scenes: minor refactoring (WIP) * dolphin scene app restruct * use gui defines for screen size * mv passport to dolphin dir Co-authored-by: あく <alleteam@gmail.com>
9 lines
230 B
C
9 lines
230 B
C
#pragma once
|
|
#include "dolphin/scenes/scene.h"
|
|
|
|
#define ITEMS_NUM 4
|
|
|
|
const Item* is_nearby(SceneState* state);
|
|
const Item** get_scene(SceneState* state);
|
|
const void scene_activate_item_callback(SceneState* state, Canvas* canvas);
|