8 lines
87 B
C
8 lines
87 B
C
|
#ifndef _WAD_H_
|
||
|
#define _WAD_H_
|
||
|
|
||
|
/* Prototypes */
|
||
|
s32 Wad_InstallFromMemory();
|
||
|
|
||
|
#endif
|