#ifndef _WAD_H_ #define _WAD_H_ /* Prototypes */ #define BLOCK_SIZE 1024 s32 Wad_Install(FILE *); s32 Wad_Uninstall(FILE *); #endif