This repository has been archived on 2022-05-21. You can view files and clone it, but cannot push or open issues or pull requests.
shapes-juke/sjplayer/src/sjplayer/ScheduledControllerInterface.d

10 lines
154 B
D

/// License: MIT
module sjplayer.ScheduledControllerInterface;
///
interface ScheduledControllerInterface {
public:
///
void Operate(float time);
}