Add program::Preset and emulator::Mode
This commit is contained in:
parent
927d5b7cba
commit
73f5569f28
17 changed files with 305 additions and 39 deletions
|
|
@ -20,7 +20,7 @@ pub struct Tick<P: Program> {
|
|||
}
|
||||
|
||||
impl<P: Program> Tester<P> {
|
||||
pub fn new() -> Self {
|
||||
pub fn new(_program: &P) -> Self {
|
||||
Self { _type: PhantomData }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue