From 5d3f7e2de60b0af20ee97fefeca0fc659693efce Mon Sep 17 00:00:00 2001 From: Enrico Rolfi Date: Sun, 5 May 2002 18:59:17 +0000 Subject: Added to separate MacOS SDL port and Carbon one. TODO: Please add this file to the Carbon project. svn-id: r4209 --- mac/macos.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 mac/macos.h diff --git a/mac/macos.h b/mac/macos.h new file mode 100755 index 0000000000..0f1464969d --- /dev/null +++ b/mac/macos.h @@ -0,0 +1,23 @@ +/* ScummVM - Scumm Interpreter + * Copyright (C) 2001 Ludvig Strigeus + * + * 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 2 + * 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, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * + * + */ + + //#define MACOS_SDL + #define MACOS_CARBON \ No newline at end of file -- cgit v1.2.3