mirror of
https://github.com/libretro/Mu.git
synced 2026-02-13 13:45:21 +00:00
9 lines
114 B
C
9 lines
114 B
C
#ifndef SILKSCREEN_H
|
|
#define SILKSCREEN_H
|
|
|
|
#include <stdint.h>
|
|
|
|
extern const uint16_t silkscreen160x60[];
|
|
|
|
#endif
|