]> icculus.org git repositories - duncan/yast2-qt4.git/blob - src/YQEBunny.h
disabling the style for now as the theming causes terrible
[duncan/yast2-qt4.git] / src / YQEBunny.h
1 /*---------------------------------------------------------------------\
2 |                                                                      |
3 |                      __   __    ____ _____ ____                      |
4 |                      \ \ / /_ _/ ___|_   _|___ \                     |
5 |                       \ V / _` \___ \ | |   __) |                    |
6 |                        | | (_| |___) || |  / __/                     |
7 |                        |_|\__,_|____/ |_| |_____|                    |
8 |                                                                      |
9 |                               core system                            |
10 |                                                        (C) SuSE GmbH |
11 \----------------------------------------------------------------------/
12
13   File:       YQEBunny.h
14
15   Author:     Stefan Hundhammer <sh@suse.de>
16
17 /-*/
18
19
20 #include "YFrameBuffer.h"
21
22 #ifndef YQEasterBunny_h
23 #define YQEasterBunny_h
24
25 class YQEasterBunny
26 {
27 public:
28
29     static void layEgg();
30
31 protected:
32
33     static void draw(YFrameBuffer *fb, int sw, int sh);
34 };
35
36
37 #endif // ifndef YQEasterBunny_h