mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-22 22:19:14 +01:00
12 lines
173 B
C
12 lines
173 B
C
|
#ifndef ASSETS_H__
|
||
|
#define ASSETS_H__
|
||
|
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
|
||
|
extern const uint32_t assets_sc64_logo_640_240_dimmed __attribute__((section(".assets")));
|
||
|
|
||
|
|
||
|
#endif
|