diff options
author | Torbjörn Andersson | 2003-11-08 18:41:44 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2003-11-08 18:41:44 +0000 |
commit | 980ad7daba7f9a6682808a5b8f9d7b3f13638cb2 (patch) | |
tree | 26e62ba825be2f9a4cda2ce8771537671090bfdd | |
parent | 9106229bef6b5ecaa27bea6373c4c21b8c1affa0 (diff) | |
download | scummvm-rg350-980ad7daba7f9a6682808a5b8f9d7b3f13638cb2.tar.gz scummvm-rg350-980ad7daba7f9a6682808a5b8f9d7b3f13638cb2.tar.bz2 scummvm-rg350-980ad7daba7f9a6682808a5b8f9d7b3f13638cb2.zip |
This one can go as well
svn-id: r11210
-rw-r--r-- | sword2/function.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/sword2/function.h b/sword2/function.h deleted file mode 100644 index d9565796d8..0000000000 --- a/sword2/function.h +++ /dev/null @@ -1,27 +0,0 @@ -/* Copyright (C) 1994-2003 Revolution Software Ltd - * - * 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. - * - * $Header$ - */ - -#ifndef _FUNCTION -#define _FUNCTION - -namespace Sword2 { - -} // End of namespace Sword2 - -#endif |