CnC_Remastered_Collection

Command and Conquer: Red Alert
Log | Files | Refs | README | LICENSE

FILETEMP.H (3089B)


      1 //
      2 // Copyright 2020 Electronic Arts Inc.
      3 //
      4 // TiberianDawn.DLL and RedAlert.dll and corresponding source code is free 
      5 // software: you can redistribute it and/or modify it under the terms of 
      6 // the GNU General Public License as published by the Free Software Foundation, 
      7 // either version 3 of the License, or (at your option) any later version.
      8 
      9 // TiberianDawn.DLL and RedAlert.dll and corresponding source code is distributed 
     10 // in the hope that it will be useful, but with permitted additional restrictions 
     11 // under Section 7 of the GPL. See the GNU General Public License in LICENSE.TXT 
     12 // distributed with this program. You should have received a copy of the 
     13 // GNU General Public License along with permitted additional restrictions 
     14 // with this program. If not, see https://github.com/electronicarts/CnC_Remastered_Collection
     15 
     16 /***************************************************************************
     17  **   C O N F I D E N T I A L --- W E S T W O O D   A S S O C I A T E S   **
     18  ***************************************************************************
     19  *                                                                         *
     20  *                 Project Name : Temp header for file routines.           *
     21  *                                                                         *
     22  *                    File Name : FILETEMP.H                               *
     23  *                                                                         *
     24  *                   Programmer : Scott K. Bowen                           *
     25  *                                                                         *
     26  *                   Start Date : April 20, 1994                           *
     27  *                                                                         *
     28  *                  Last Update : April 20, 1994   [SKB]                   *
     29  *                                                                         *
     30  *-------------------------------------------------------------------------*
     31  * Functions:                                                              *
     32  * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
     33 
     34 #ifndef FILETEMP_H
     35 #define FILETEMP_H
     36 
     37 /////////////////////////////////////////////////////////////////////
     38 // THIS DOES NOT BELONG HERE.  IT WAS PUT HERE JUST TO GET THE THING
     39 // TO COMPILE.  ONCE THE BUFFER AND PAGE SYSTEMS ARE PUT IN, THESE
     40 // WILL NEED TO BE TAKEN OUT AND MODS MADE TO ANY FUNCTION USING BuffType.
     41 // SKB 4/20/94.
     42 
     43 
     44 
     45 /*=========================================================================*/
     46 /* Defines and such that must go into wwstd.h										*/
     47 /*=========================================================================*/
     48 // Look at FileErrorType below for the IO_Error function.
     49 //extern WORD __cdecl ( __cdecl IO_Error)(FileErrorType error, BYTE const *filename);
     50 void __cdecl Prog_End(const char *why, bool fatal);  // Added why and fatal. ST - 8/7/2019 10:54AM	
     51 extern WORD Hard_Error_Occured;
     52 
     53 
     54 
     55 //////////////////////// END OF DON'T BELONG //////////////////////////////////
     56 
     57 #endif //FILETEMP_H