create changelog entry
[debian/openrocket] / core / src / net / sf / openrocket / util / Statistics.java
1 package net.sf.openrocket.util;
2
3 public interface Statistics {
4         
5         public String getStatistics();
6         
7         public void resetStatistics();
8         
9 }