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

Bucket.h

Go to the documentation of this file.
00001 #ifndef BUCKET_H
00002 #define BUCKET_H
00003 
00004 #include "Picture.h"
00005 #include "MCursor.h"
00006 
00007 class Bucket {
00008 public:
00009         Picture picture;
00010         MCursor cursor;
00011         int width, height;
00012         void draw();
00013         int clicked(int x, int y);
00014         void load_pix();
00015 };
00016 
00017 #endif

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