--- np2/vram/sdraw.h 2003/10/16 17:58:13 1.1 +++ np2/vram/sdraw.h 2004/02/29 03:10:03 1.2 @@ -20,6 +20,10 @@ extern "C" { const SDRAWFN *sdraw_getproctbl(const SCRNSURF *surf); +#if defined(SUPPORT_PC9821) +const SDRAWFN *sdraw_getproctblex(const SCRNSURF *surf); +#endif + #ifdef __cplusplus } #endif