[go: up one dir, main page]

Menu

[r2]: / base / lotto.h  Maximize  Restore  History

Download this file

14 lines (9 with data), 274 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
#ifndef LOTTO_H
#define LOTTO_H
#include <QString>
class Lotto {
public:
enum Ruota{Bari, Cagliari, Firenze, Genova, Milano, Napoli, Palermo, Roma, Torino, Venezia, RuotaNazionale};
static QString getRuota(int); // restituisce nome ruota i-esima
};
#endif