That Terminal
A terminal emulator designed for video making purposes.
clock.hh
Go to the documentation of this file.
1 #ifndef bqtThatTerminalClockHH
2 #define bqtThatTerminalClockHH
8 double GetTime();
9 
12 void AdvanceTime(double seconds);
13 
18 void SleepFor(double seconds);
19 
26 void SetTimeFactor(double factor);
27 
29 void TimeTerminate();
30 
31 #endif
double GetTime()
Definition: clock.cc:43
void SleepFor(double seconds)
Definition: clock.cc:66
void SetTimeFactor(double factor)
Definition: clock.cc:89
void AdvanceTime(double seconds)
Definition: clock.cc:52
void TimeTerminate()
Definition: clock.cc:94