SummerCart64/sw/bootloader/assets/assets.h
2022-09-18 20:48:10 +02:00

12 lines
137 B
C

#ifndef ASSETS_H__
#define ASSETS_H__
#include <stdint.h>
extern const uint32_t assets_sc64_logo_640_240_dimmed;
#endif