album_environment.h

Go to the documentation of this file.
00001 
00014 #ifndef _ALBUM_ENVIRONMENT_H_
00015 #define _ALBUM_ENVIRONMENT_H_
00016 
00017 #include "environment.h"
00018 
00025 class AlbumEnvironment: public Environment
00026 {
00027         private:
00028 
00029                 // Disable copy constructor and assignment operator
00030                 AlbumEnvironment(const AlbumEnvironment &);
00031                 AlbumEnvironment & operator=(const AlbumEnvironment &);
00032 
00033         public:
00034 
00038                 AlbumEnvironment();
00039 
00043                 ~AlbumEnvironment();
00044 
00045                 // Override
00046                 virtual void timeUpdate(float dt);
00047 };
00048 
00049 #endif
00050 

Generated on Sat Dec 20 19:21:24 2008 for PGR2008 by  doxygen 1.5.6