/***************************************************************************/ /* */ /* */ /* Raven 3D Engine */ /* Copyright (C) 1996 by Softdisk Publishing */ /* */ /* Original Design: */ /* John Carmack of id Software */ /* */ /* Enhancements by: */ /* Robert Morgan of Channel 7............................Main Engine Code */ /* Todd Lewis of Softdisk Publishing......Tools,Utilities,Special Effects */ /* John Bianca of Softdisk Publishing..............Low-level Optimization */ /* Carlos Hasan..........................................Music/Sound Code */ /* */ /* */ /***************************************************************************/ #include #include #include #include #include /**** CONSTANTS ****/ #define PATHS 2 char *paths_to_check[PATHS]= { "DOS4GPATH", "PATH" }; char *loader = "DOS4GW.EXE"; /**** VARIABLES ****/ char fullpath[64]; /**** FUNCTIONS ****/ char *dos4g_path(void) { int i; for(i=0;i