SummerCart64/sw/bootloader/assets/assets.h

12 lines
173 B
C
Raw Normal View History

2022-05-17 18:45:01 +02:00
#ifndef ASSETS_H__
#define ASSETS_H__
#include <stdint.h>
2022-09-24 02:22:14 +02:00
extern const uint32_t assets_sc64_logo_640_240_dimmed __attribute__((section(".assets")));
2022-05-17 18:45:01 +02:00
#endif