1 /*---------------------------------------------------------------------*
2 Project:  tc library
3 File:     TCVerify.h
4 
5 Copyright 1998-2001 Nintendo.  All rights reserved.
6 
7 These coded instructions, statements and computer programs contain
8 proprietary information of Nintendo of America Inc. and/or Nintendo
9 Company Ltd., and are protected by Federal copyright law.  They may
10 not be disclosed to third parties or copied or duplicated in any form,
11 in whole or in part, without the prior written consent of Nintendo.
12 
13 Change History:
14 
15  $Log: TCVerify.h,v $
16  Revision 1.1  2006/02/17 09:02:16  mitu
17  1st version
18 
19 
20     2     4/11/01 3:04p John
21     Updated header copyrights and pathname.
22 
23     1     12/03/99 3:44p Ryan
24 
25     2     10/08/99 2:44p Mikepc
26     update for tplConv portability: altered data structures, replaced
27     references to 'read tga code' with ' *fileFn, removed redundant
28     functions.
29 
30     1     9/02/99 10:58a Mikepc
31     prototype for VerifyLists() ( formerly in convert.cpp ) that checks
32     list contents against each other and against real files
33 
34  $NoKeywords: $
35 
36 -----------------------------------------------------------------------*/
37 
38 #ifndef __TCVERIFY_H__
39 #define __TCVERIFY_H__
40 
41 /********************************/
42 #include <dolphin/types.h>
43 
44 /*>*******************************(*)*******************************<*/
45 void TCVerifyLists	( void );
46 
47 /*>*******************************(*)*******************************<*/
48 
49 #endif  // __TCVERIFY_H__
50