The time can be set within the GUI

This commit is contained in:
ollo
2018-02-03 16:51:00 +01:00
parent 28b7bbe04a
commit ca47018a32
4 changed files with 34 additions and 9 deletions

View File

@@ -10,4 +10,6 @@ package de.c3ma.ollo;
public interface LuaSimulation {
public void rebootTriggered();
public void setSimulationTime(long timeInMillis);
}