00001 00037 #ifndef LL_LLFLOATERBUILDOPTIONS_H 00038 #define LL_LLFLOATERBUILDOPTIONS_H 00039 00040 #include "llfloater.h" 00041 00042 00043 class LLFloaterBuildOptions 00044 : public LLFloater 00045 { 00046 protected: 00047 LLFloaterBuildOptions(); 00048 ~LLFloaterBuildOptions(); 00049 00050 public: 00051 static void show(void*); 00052 static LLFloaterBuildOptions* getInstance(); 00053 static BOOL visible(void*); 00054 00055 protected: 00056 static LLFloaterBuildOptions* sInstance; 00057 }; 00058 00059 #endif