create changelog entry
[debian/openrocket] / core / src / net / sf / openrocket / plugin / example / ExamplePluginInterface.java
1 package net.sf.openrocket.plugin.example;
2
3 import net.xeoh.plugins.base.Plugin;
4
5 public interface ExamplePluginInterface extends Plugin {
6         
7         public void print();
8         
9 }