llfloaterabout.h

Go to the documentation of this file.
00001 
00032 #ifndef LL_LLFLOATERABOUT_H
00033 #define LL_LLFLOATERABOUT_H
00034 
00035 #include "llfloater.h"
00036 
00037 class LLFloaterAbout 
00038 : public LLFloater
00039 {
00040 public:
00041         LLFloaterAbout();
00042         virtual ~LLFloaterAbout();
00043 
00044         static void show(void*);
00045 
00046 private:
00047         static LLFloaterAbout* sInstance;
00048 };
00049 
00050 
00051 #endif // LL_LLFLOATERABOUT_H

Generated on Thu Jul 1 06:08:31 2010 for Second Life Viewer by  doxygen 1.4.7