hede_assets.h 159 B

1234567891011
  1. //
  2. // Created by user on 15.12.2021.
  3. //
  4. #ifndef HEDE_ASSETS_H
  5. #define HEDE_ASSETS_H
  6. #include <gui/icon.h>
  7. extern const Icon A_HD_BoxDestroyed_10x10;
  8. #endif