From a63bed3ce11b914d74004a4359ff75a0217fea8c Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 21 Jan 2005 00:57:50 +0000 Subject: Added RCS tags --- DoomException.cs | 2 ++ WAD.cs | 2 ++ WADCollection.cs | 2 ++ WADEntry.cs | 2 ++ WADEntryConvert.cs | 2 ++ 5 files changed, 10 insertions(+) diff --git a/DoomException.cs b/DoomException.cs index e2777d8..3c73bab 100644 --- a/DoomException.cs +++ b/DoomException.cs @@ -15,6 +15,8 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // +// $Id$ +// using System; namespace Noddybox.DOOM diff --git a/WAD.cs b/WAD.cs index 42a687d..9572630 100644 --- a/WAD.cs +++ b/WAD.cs @@ -15,6 +15,8 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // +// $Id$ +// using System; using System.IO; using System.Collections; diff --git a/WADCollection.cs b/WADCollection.cs index ba6eb5b..714e558 100644 --- a/WADCollection.cs +++ b/WADCollection.cs @@ -15,6 +15,8 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // +// $Id$ +// using System; using System.Collections; diff --git a/WADEntry.cs b/WADEntry.cs index d43da68..8215ca4 100644 --- a/WADEntry.cs +++ b/WADEntry.cs @@ -15,6 +15,8 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // +// $Id$ +// using System; using System.IO; diff --git a/WADEntryConvert.cs b/WADEntryConvert.cs index 7cd52b3..c390464 100644 --- a/WADEntryConvert.cs +++ b/WADEntryConvert.cs @@ -15,6 +15,8 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // +// $Id$ +// using System; using System.Collections; using System.Drawing; -- cgit v1.2.3