mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-26 07:34:15 +01:00
12 lines
133 B
C
12 lines
133 B
C
|
#ifndef ASSETS_H__
|
||
|
#define ASSETS_H__
|
||
|
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
|
||
|
extern const uint32_t assets_exception_background;
|
||
|
|
||
|
|
||
|
#endif
|