Files
gameboy-hello/src/pause_gfx.h
T

7 lines
90 B
C

#ifndef PAUSE_GFX_H
#define PAUSE_GFX_H
extern const unsigned char PauseTiles[];
#endif