summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterabout.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterabout.h')
-rw-r--r--indra/newview/llfloaterabout.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/indra/newview/llfloaterabout.h b/indra/newview/llfloaterabout.h
new file mode 100644
index 0000000000..f7d73e34d6
--- /dev/null
+++ b/indra/newview/llfloaterabout.h
@@ -0,0 +1,28 @@
+/**
+ * @file llfloaterabout.h
+ * @brief The about box from Help -> About
+ *
+ * Copyright (c) 2001-$CurrentYear$, Linden Research, Inc.
+ * $License$
+ */
+
+#ifndef LL_LLFLOATERABOUT_H
+#define LL_LLFLOATERABOUT_H
+
+#include "llfloater.h"
+
+class LLFloaterAbout
+: public LLFloater
+{
+public:
+ LLFloaterAbout();
+ virtual ~LLFloaterAbout();
+
+ static void show(void*);
+
+private:
+ static LLFloaterAbout* sInstance;
+};
+
+
+#endif // LL_LLFLOATERABOUT_H