Fixed some things
This commit is contained in:
parent
c21b229882
commit
41c474d2a5
8 changed files with 239 additions and 138 deletions
13
src/zutil/Dumpable.java
Normal file
13
src/zutil/Dumpable.java
Normal 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 {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue