mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
11 lines
159 B
C
11 lines
159 B
C
//
|
|
// Created by user on 15.12.2021.
|
|
//
|
|
|
|
#ifndef HEDE_ASSETS_H
|
|
#define HEDE_ASSETS_H
|
|
#include <gui/icon.h>
|
|
|
|
extern const Icon A_HD_BoxDestroyed_10x10;
|
|
|
|
#endif
|