mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
12 lines
159 B
C
12 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
|