Revision: 115
http://mud4j.svn.sourceforge.net/mud4j/?rev=115&view=rev
Author: mpurland
Date: 2007-01-14 10:48:06 -0800 (Sun, 14 Jan 2007)
Log Message:
-----------
Add planned convert to convert areas from Rom24 area format.
Added Paths:
-----------
trunk/mud4j-core/src/java/net/sf/mud4j/world/area/convert/Rom24AreaConverter.java
Added: trunk/mud4j-core/src/java/net/sf/mud4j/world/area/convert/Rom24AreaConverter.java
===================================================================
--- trunk/mud4j-core/src/java/net/sf/mud4j/world/area/convert/Rom24AreaConverter.java (rev 0)
+++ trunk/mud4j-core/src/java/net/sf/mud4j/world/area/convert/Rom24AreaConverter.java 2007-01-14 18:48:06 UTC (rev 115)
@@ -0,0 +1,26 @@
+/**
+ * Copyright 2006 Matthew Purland (m.p...@gm...)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package net.sf.mud4j.world.area.convert;
+
+/**
+ * Area converter to convert areas from Rom24 area format to import directly
+ * into mud4j equivalent classes.
+ *
+ * @author Matthew Purland
+ */
+public class Rom24AreaConverter {
+
+}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|