Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

mime.h

Go to the documentation of this file.
00001 /* SCEI CONFIDENTIAL

00002  */
00003 /*
00004         Functions to scan and print MIMe 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         Ver 1.10        Sep 04, 1997    By N.Yoshioka

00011                 - "print_I_MIMeID" is removed.

00012 */
00013 extern void     scan_MIMePrimHdr(HMD *hmd, PrimHeader *hdr);
00014 extern void     print_MIMePrimHdr(HMD *hmd);
00015 
00016 extern void     scan_MIMePrim(HMD *hmd, PrimHeader *hdr, PrimInfo *info);
00017 extern void     print_MIMePrim(HMD *hmd, PrimHeader *hdr, PrimInfo *info);
00018 
00019 extern void     scan_MIMeDiffSect(HMD *hmd, DWORD offset);
00020 extern void     print_MIMeDiffSect(HMD *hmd);
00021 
00022 extern void     scan_MIMePr(HMD *hmd, DWORD offset);
00023 extern void     print_MIMePr(HMD *hmd);
00024 
00025 extern void     print_MIMePr_ptr(HMD *hmd, DWORD dw);
00026 extern void     print_MIMe_num(HMD *hmd, DWORD dw);
00027 extern void     print_MIMeID(HMD *hmd, DWORD dw, long pos);

Generated at Thu Feb 1 13:03:07 2001 for Ketsji Game Engine by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000