/*---------------------------------------------------------------------* Project: tc library File: TCVerify.h Copyright 1998-2001 Nintendo. All rights reserved. These coded instructions, statements and computer programs contain proprietary information of Nintendo of America Inc. and/or Nintendo Company Ltd., and are protected by Federal copyright law. They may not be disclosed to third parties or copied or duplicated in any form, in whole or in part, without the prior written consent of Nintendo. Change History: $Log: TCVerify.h,v $ Revision 1.1 2006/02/17 09:02:16 mitu 1st version 2 4/11/01 3:04p John Updated header copyrights and pathname. 1 12/03/99 3:44p Ryan 2 10/08/99 2:44p Mikepc update for tplConv portability: altered data structures, replaced references to 'read tga code' with ' *fileFn, removed redundant functions. 1 9/02/99 10:58a Mikepc prototype for VerifyLists() ( formerly in convert.cpp ) that checks list contents against each other and against real files $NoKeywords: $ -----------------------------------------------------------------------*/ #ifndef __TCVERIFY_H__ #define __TCVERIFY_H__ /********************************/ #include /*>*******************************(*)*******************************<*/ void TCVerifyLists ( void ); /*>*******************************(*)*******************************<*/ #endif // __TCVERIFY_H__