BruceJohnJennerLawso / Countdown

A cross platform C++ timer application
0 stars 0 forks source link

Splitting up Countdown_clock #17

Open BruceJohnJennerLawso opened 9 years ago

BruceJohnJennerLawso commented 9 years ago

Currently both the clock mode and the timer mode are objects of type Countdown_clock, a bit unwieldy, so it would probably make more sense to redo as separate objects that each do their own thing. Shouldnt take very long to fix.