From 0a150fa12831dc7e742a73c551159bbea3097668 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Mon, 23 Jan 2006 19:49:44 +0000 Subject: [PATCH] Prepare 68k version svn-id: r20152 --- backends/PalmOS/Src/be_68k.cpp | 25 +++++++++++++++++++++++++ backends/PalmOS/Src/be_68k.h | 25 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100755 backends/PalmOS/Src/be_68k.cpp create mode 100755 backends/PalmOS/Src/be_68k.h diff --git a/backends/PalmOS/Src/be_68k.cpp b/backends/PalmOS/Src/be_68k.cpp new file mode 100755 index 00000000000..35c969c9113 --- /dev/null +++ b/backends/PalmOS/Src/be_68k.cpp @@ -0,0 +1,25 @@ +/* ScummVM - Scumm Interpreter + * Copyright (C) 2001 Ludvig Strigeus + * Copyright (C) 2001-2005 The ScummVM project + * Copyright (C) 2002-2005 Chris Apers - PalmOS Backend + * + * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + * $Header$ + * + */ + + +/* More to come */ diff --git a/backends/PalmOS/Src/be_68k.h b/backends/PalmOS/Src/be_68k.h new file mode 100755 index 00000000000..35c969c9113 --- /dev/null +++ b/backends/PalmOS/Src/be_68k.h @@ -0,0 +1,25 @@ +/* ScummVM - Scumm Interpreter + * Copyright (C) 2001 Ludvig Strigeus + * Copyright (C) 2001-2005 The ScummVM project + * Copyright (C) 2002-2005 Chris Apers - PalmOS Backend + * + * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + * $Header$ + * + */ + + +/* More to come */