mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-22 02:33:10 +00:00
5 lines
139 B
C
5 lines
139 B
C
|
#pragma once
|
||
|
#include "dolphin_scene/dolphin_scene.h"
|
||
|
|
||
|
const Item* is_nearby(SceneState* state);
|
||
|
const Item** get_scene(SceneState* state);
|