More tests for Remote class
[irwi] / src / rating.h
1 #ifndef RATING_H
2 #define RATING_H
3
4 namespace Rating {
5     typedef bool Rating;
6     extern Rating Up;
7     extern Rating Down;
8 }
9
10 #endif
11