mirror of
https://github.com/kbeckmann/game-and-watch-retro-go.git
synced 2025-12-17 19:16:02 +01:00
6 lines
118 B
C
6 lines
118 B
C
#pragma once
|
|
|
|
extern const unsigned char ROM_DATA[];
|
|
extern unsigned int ROM_DATA_LENGTH;
|
|
extern const char *ROM_EXT;
|