mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-06 08:00:04 -04:00
42 lines
1.1 KiB
C
42 lines
1.1 KiB
C
/*
|
|
* Descent 3
|
|
* Copyright (C) 2024 Parallax Software
|
|
*
|
|
* This program is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
/*
|
|
* $Logfile: /Descent3/main/lib/mac/mac_settings.h $
|
|
* $Revision: 1.1.1.1 $
|
|
* $Date: 2003/08/26 03:58:13 $
|
|
* $Author: kevinb $
|
|
*
|
|
*
|
|
* $Log: mac_settings.h,v $
|
|
* Revision 1.1.1.1 2003/08/26 03:58:13 kevinb
|
|
* initial 1.5 import
|
|
*
|
|
*
|
|
* 1 2/27/97 5:04 PM Jeremy
|
|
* macintosh settings for the compiler
|
|
*
|
|
* $NoKeywords: $
|
|
*/
|
|
|
|
#ifndef MAC_SETTINGS_H
|
|
#define MAC_SETTINGS_H
|
|
|
|
#define MACINTOSH
|
|
|
|
#endif |