~jpakkane/libcolumbus/hud-rework

« back to all changes in this revision

Viewing changes to include/ErrorValues.hh

  • Committer: Jussi Pakkanen
  • Date: 2012-06-18 10:36:36 UTC
  • Revision ID: jussi.pakkanen@canonical.com-20120618103636-ois1lzomx6ezsj7u
Various thingamabobs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
 
50
50
    void setError(Letter l1, Letter l2, int error);
51
51
    void setGroupError(const Word &groupLetters, int error);
52
 
    void addDefaultAccents();
 
52
    void addLatinAccents();
53
53
    void clearErrors();
54
54
};
55
55