/*---------------------------------------------------------------------* Project: tc library File: TCScriptFile.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: TCScriptFile.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 $NoKeywords: $ -----------------------------------------------------------------------*/ #ifndef __TCSCRIPTFILE_H__ #define __TCSCRIPTFILE_H__ /********************************/ #include /********************************/ #define NAME_SIZE 256 #define FMT_SIZE 16 /********************************/ extern char PathName[]; extern char* PathPtr; /*>*******************************(*)*******************************<*/ void TCReadTplTxtFile ( char* fileName ); /*>*******************************(*)*******************************<*/ #endif // __TCSCRIPTFILE_H__