00001 /* SCEI CONFIDENTIAL 00002 */ 00003 /* 00004 Functions to scan and print image primitive and header. 00005 00006 Copyright (C) 1997 by Sony Computer Entertainment Inc. 00007 All rights Reserved. 00008 00009 Ver 1.00 Jun 26, 1997 By N.Yoshioka 00010 */ 00011 extern void scan_ImagePrimHdr(HMD *hmd, PrimHeader *hdr); 00012 extern void print_ImagePrimHdr(HMD *hmd); 00013 00014 extern void scan_ImagePrim(HMD *hmd, PrimHeader *hdr, PrimInfo *info); 00015 extern void print_ImagePrim(HMD *hmd, PrimHeader *hdr, PrimInfo *info); 00016 00017 extern void print_ImageData(HMD *hmd); 00018 extern void print_ClutData(HMD *hmd);