SummerCart64/sw/bootloader/assets/assets.h

12 lines
133 B
C
Raw Normal View History

2022-05-17 18:45:01 +02:00
#ifndef ASSETS_H__
#define ASSETS_H__
#include <stdint.h>
extern const uint32_t assets_exception_background;
#endif