comparison main.h @ 3:f8ad23e60000

code rework, show notify window just once
author Pavol Rusnak <stick@gk2.sk>
date Tue, 27 Sep 2011 12:15:39 +0200
parents
children db42ea75e9ff
comparison
equal deleted inserted replaced
2:847ae02bc13b 3:f8ad23e60000
1 #ifndef MAIN_H
2 #define MAIN_H 1
3
4 struct UpdatesInfo {
5 int normal;
6 int critical;
7 };
8
9 #endif