Website updated.
[irwi] / src / rating.cpp
1 #include "rating.h"
2
3 namespace Rating {
4     Rating Up = true;
5     Rating Down = false;
6 }