mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-18 02:41:36 +03:00
6 lines
96 B
C
6 lines
96 B
C
|
#pragma once
|
||
|
|
||
|
#include <assets_icons.h>
|
||
|
|
||
|
const IconData * assets_icons_get_data(IconName name);
|