~ubuntu-branches/ubuntu/precise/typespeed/precise

« back to all changes in this revision

Viewing changes to src/typespeed.h

  • Committer: Bazaar Package Importer
  • Author(s): Lauri Niskanen
  • Date: 2009-01-23 17:51:57 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090123175157-gqk9qzud3oou1met
Tags: 0.6.5-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 *  typespeed - measures your typing speed
3
3
 *  Copyright (C) 1999-2003   Jani Ollikainen  <bestis@iki.fi>
4
4
 *                          & Jaakko Manelius  <jman@iki.fi>
5
 
 *  Copyright (C) 2006-2007   Tobias Stoeckmann  <tobias@bugol.de>
 
5
 *  Copyright (C) 2006-2008   Tobias Stoeckmann  <tobias@bugol.de>
6
6
 *
7
7
 *  This program is free software; you can redistribute it and/or modify
8
8
 *  it under the terms of the GNU General Public License as published by
65
65
        unsigned int seed;
66
66
        int usecolors;
67
67
        char name[21];
 
68
        char order[3];
68
69
} opt;
69
70
 
70
71
struct rules {