00001 /*---------------------------------------------------------------------\ 00002 | | 00003 | __ __ ____ _____ ____ | 00004 | \ \ / /_ _/ ___|_ _|___ \ | 00005 | \ V / _` \___ \ | | __) | | 00006 | | | (_| |___) || | / __/ | 00007 | |_|\__,_|____/ |_| |_____| | 00008 | | 00009 | core system | 00010 | (C) SuSE GmbH | 00011 \----------------------------------------------------------------------/ 00012 00013 File: YQEBunny.h 00014 00015 Author: Stefan Hundhammer <sh@suse.de> 00016 00017 /-*/ 00018 00019 // -*- c++ -*- 00020 00021 #include "YFrameBuffer.h" 00022 00023 #ifndef YQEasterBunny_h 00024 #define YQEasterBunny_h 00025 00026 class YQEasterBunny 00027 { 00028 public: 00029 00030 static void layEgg(); 00031 00032 protected: 00033 00034 static void draw(YFrameBuffer *fb, int sw, int sh); 00035 }; 00036 00037 00038 #endif // ifndef YQEasterBunny_h