1 /*---------------------------------------------------------------------*
2 Project:  tc library
3 File:     TCScriptFile.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: TCScriptFile.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   $NoKeywords: $
26 
27 -----------------------------------------------------------------------*/
28 
29 #ifndef __TCSCRIPTFILE_H__
30 #define __TCSCRIPTFILE_H__
31 
32 /********************************/
33 #include <dolphin/types.h>
34 
35 /********************************/
36 #define NAME_SIZE	256
37 #define FMT_SIZE	16
38 
39 /********************************/
40 extern char  PathName[];
41 extern char* PathPtr;
42 
43 /*>*******************************(*)*******************************<*/
44 void TCReadTplTxtFile	( char* fileName );
45 
46 /*>*******************************(*)*******************************<*/
47 
48 #endif  // __TCSCRIPTFILE_H__
49