Fixed some things

This commit is contained in:
Ziver Koc 2009-08-22 18:18:54 +00:00
parent c21b229882
commit 41c474d2a5
8 changed files with 239 additions and 138 deletions

13
src/zutil/Dumpable.java Normal file
View file

@ -0,0 +1,13 @@
package zutil;
/**
* If an class implements this interface and runs it through
* MultiPrintStream.dump then all the values in the object
* will be written out.
*
* @author Ziver
*
*/
public interface Dumpable {
}