mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-18 19:01:47 +03:00
11 lines
199 B
C
11 lines
199 B
C
|
#pragma once
|
||
|
|
||
|
#include <furi.h>
|
||
|
#include <math.h>
|
||
|
#include <assets_icons.h>
|
||
|
#include "dolphin/dolphin.h"
|
||
|
#include "dolphin/helpers/dolphin_state.h"
|
||
|
#include "time.h"
|
||
|
|
||
|
const Icon* desktop_get_icon();
|