diff options
author | Chris Apers | 2006-01-23 19:49:44 +0000 |
---|---|---|
committer | Chris Apers | 2006-01-23 19:49:44 +0000 |
commit | 0a150fa12831dc7e742a73c551159bbea3097668 (patch) | |
tree | b67a112adbe63db19165976ad053522f26fc3432 /backends | |
parent | d183a714462aadaee248c107ab26d1334f22398a (diff) | |
download | scummvm-rg350-0a150fa12831dc7e742a73c551159bbea3097668.tar.gz scummvm-rg350-0a150fa12831dc7e742a73c551159bbea3097668.tar.bz2 scummvm-rg350-0a150fa12831dc7e742a73c551159bbea3097668.zip |
Prepare 68k version
svn-id: r20152
Diffstat (limited to 'backends')
-rwxr-xr-x | backends/PalmOS/Src/be_68k.cpp | 25 | ||||
-rwxr-xr-x | backends/PalmOS/Src/be_68k.h | 25 |
2 files changed, 50 insertions, 0 deletions
diff --git a/backends/PalmOS/Src/be_68k.cpp b/backends/PalmOS/Src/be_68k.cpp new file mode 100755 index 0000000000..35c969c911 --- /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 0000000000..35c969c911 --- /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 */ |