Rev 1970 | Rev 1974 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1970 | Rev 1971 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | 7 | ||
8 | #include "chrono.h"
|
8 | #include "chrono.h"
|
9 | #include "autopause.h"
|
9 | #include "autopause.h"
|
10 | #include "defvelaccel.h"
|
10 | #include "defvelaccel.h"
|
11 | #include "autorotator.h"
|
11 | #include "autorotator.h"
|
- | 12 | #include "console.h"
|
|
12 | 13 | ||
13 | autopauset::autopauset (defvelaccel& d) { |
14 | autopauset::autopauset (defvelaccel& d) { |
14 | yes = d.autos.pause.yes; |
15 | yes = d.autos.pause.yes; |
15 | every = d.autos.pause.every (); |
16 | every = d.autos.pause.every (); |
16 | f0r = d.autos.pause.f0r (); |
17 | f0r = d.autos.pause.f0r (); |