aboutsummaryrefslogtreecommitdiff
path: root/mac
diff options
context:
space:
mode:
authorEnrico Rolfi2002-05-05 18:59:17 +0000
committerEnrico Rolfi2002-05-05 18:59:17 +0000
commit5d3f7e2de60b0af20ee97fefeca0fc659693efce (patch)
tree497a0128e59216b09708d8fb12f8d56e49c9ebf4 /mac
parent09703762b946a5a10d4b72f5d86fb3bc787aa393 (diff)
downloadscummvm-rg350-5d3f7e2de60b0af20ee97fefeca0fc659693efce.tar.gz
scummvm-rg350-5d3f7e2de60b0af20ee97fefeca0fc659693efce.tar.bz2
scummvm-rg350-5d3f7e2de60b0af20ee97fefeca0fc659693efce.zip
Added to separate MacOS SDL port and Carbon one. TODO: Please add this file to the Carbon project.
svn-id: r4209
Diffstat (limited to 'mac')
-rwxr-xr-xmac/macos.h23
1 files changed, 23 insertions, 0 deletions
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