Completely changed the structure and switched to Eclipse Plugin.
[Mograsim.git] / net.mograsim.plugin.core / src / net / mograsim / plugin / asm / model / AsmElement.java
diff --git a/net.mograsim.plugin.core/src/net/mograsim/plugin/asm/model/AsmElement.java b/net.mograsim.plugin.core/src/net/mograsim/plugin/asm/model/AsmElement.java
new file mode 100644 (file)
index 0000000..832984f
--- /dev/null
@@ -0,0 +1,6 @@
+package net.mograsim.plugin.asm.model;
+
+public interface AsmElement
+{
+       // only marker at the moment
+}