mirror of
https://github.com/libretro/Mu.git
synced 2026-04-14 02:00:57 +00:00
10 lines
140 B
C
10 lines
140 B
C
#ifndef CURSORS_H
|
|
#define CURSORS_H
|
|
|
|
#include <stdint.h>
|
|
|
|
extern const uint16_t cursor16x16[];
|
|
extern const uint16_t cursor32x32[];
|
|
|
|
#endif
|