Pushed missing files

This commit is contained in:
Marius Metzger
2015-03-10 15:29:29 +01:00
parent 15cd963ebf
commit 681c8ea3e1
6 changed files with 353 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
package eu.crushedpixel.replaymod.gui.replaystudio;
public interface GuiStudioPart {
public void applyFilters();
}