/elec/propeller-clock

To get this branch, use:
bzr branch http://bzr.ed.am/elec/propeller-clock

« back to all changes in this revision

Viewing changes to src/modes/analogue_clock.h

  • Committer: Tim Marston
  • Date: 2012-05-09 21:36:01 UTC
  • Revision ID: tim@ed.am-20120509213601-kk1tqa9yg4xk45y9
added info mode, a '/' to the fonts and cleaned up a couple of bits

Show diffs side-by-side

added added

removed removed

41
41
 */
42
42
extern void analogue_clock_draw_reset();
43
43
 
 
44
/**
 
45
 * Called when this minor mode becomes active
 
46
 */
 
47
extern void analogue_clock_activate();
 
48
 
44
49
 
45
50
#endif //_ANALOGUE_CLOCK_H_