[update] Renamed sjplayer.util.compare -> sjplayer.util.Period.
This commit is contained in:
parent
3216a4eadd
commit
5f2317c6eb
@ -14,7 +14,7 @@ import sjplayer.ElementInterface,
|
|||||||
sjplayer.ElementProgramSet,
|
sjplayer.ElementProgramSet,
|
||||||
sjplayer.ScheduledControllerInterface,
|
sjplayer.ScheduledControllerInterface,
|
||||||
sjplayer.VarStoreInterface,
|
sjplayer.VarStoreInterface,
|
||||||
sjplayer.util.compare;
|
sjplayer.util.Period;
|
||||||
|
|
||||||
///
|
///
|
||||||
struct ScheduledControllerCreationResult {
|
struct ScheduledControllerCreationResult {
|
||||||
|
@ -10,7 +10,7 @@ import std.algorithm,
|
|||||||
import sjscript;
|
import sjscript;
|
||||||
|
|
||||||
import sjplayer.VarStoreInterface,
|
import sjplayer.VarStoreInterface,
|
||||||
sjplayer.util.compare;
|
sjplayer.util.Period;
|
||||||
|
|
||||||
///
|
///
|
||||||
interface ScheduledControllerInterface {
|
interface ScheduledControllerInterface {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/// License: MIT
|
/// License: MIT
|
||||||
module sjplayer.util.compare;
|
module sjplayer.util.Period;
|
||||||
|
|
||||||
import sjscript;
|
import sjscript;
|
||||||
|
|
Reference in New Issue
Block a user