Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Spark.h

Go to the documentation of this file.
00001 #ifndef SPARK_H
00002 #define SPARK_H
00003 
00004 #include "Picture.h"
00005 
00006 class Spark {
00007 public:
00008         Picture pictures[2];
00009         int width, height;
00010         void draw();
00011         void load_pix();
00012         static const int speed = 5;
00013         int delay(unsigned int lev);
00014 };
00015 
00016 #endif

Generated on Sat Nov 5 16:17:20 2005 for OPIE by  doxygen 1.4.2