/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/major_mode.h

  • Committer: edam
  • Date: 2012-02-28 17:03:09 UTC
  • Revision ID: edam@waxworlds.org-20120228170309-gaaj6k3prrgvwvp8
remove TextRenderer singleton and save space

Show diffs side-by-side

added added

removed removed

27
27
#include "mode_base.h"
28
28
 
29
29
 
30
 
class MajorMode : public ModeBase
 
30
class MajorMode
 
31
    :
 
32
    public ModeBase
31
33
{
32
34
public:
33
35