Pararena2/Headers/FileError.h

1 line
679 B
C
Raw Normal View History

/*============================================================*/ /*============================================================*/ /*== ==*/ /*== File Error Handling Header ==*/ /*== ==*/ /*============================================================*/ /*============================================================*/ #pragma once /*======================================================== Prototypes */ Boolean CheckFileError (short, StringPtr); /*======================================================== Constants */ #define rFileErrorAlert 140 /* res ID of alert */ #define rFileErrorStrings 140 /* res ID of string list */