SummerCart64/sw/bootloader/assets/assets.h

12 lines
137 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-18 20:48:10 +02:00
extern const uint32_t assets_sc64_logo_640_240_dimmed;
2022-05-17 18:45:01 +02:00
#endif