mirror of
https://github.com/ghidraninja/game-and-watch-doom.git
synced 2025-12-18 19:16:00 +01:00
7 lines
111 B
C
7 lines
111 B
C
#ifndef _data_h_
|
|
#define _data_h_
|
|
|
|
extern unsigned char doom2_wad[];
|
|
extern unsigned int doom2_wad_len;
|
|
|
|
#endif |