SummerCart64/sw/bootloader/assets/assets.h
2022-05-17 18:45:01 +02:00

12 lines
133 B
C

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