diff options
author | dolphin@dolphin-THINK.home <dolphin@dolphin-THINK.home> | 2012-11-13 08:24:18 -0800 |
---|---|---|
committer | dolphin@dolphin-THINK.home <dolphin@dolphin-THINK.home> | 2012-11-13 08:24:18 -0800 |
commit | d51bd95a1f9cdeae22f330389c5213a1093eb971 (patch) | |
tree | 556d60714f77c2afc33e9e63e20523985072562f /indra/newview/llfloaterexperiences.cpp | |
parent | 42c957e9d823ee5124fa1ac992fc0e803a3b0d9a (diff) |
Added a simple ui for displaying experiences keys with hardcoded contents.
Diffstat (limited to 'indra/newview/llfloaterexperiences.cpp')
-rw-r--r-- | indra/newview/llfloaterexperiences.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/indra/newview/llfloaterexperiences.cpp b/indra/newview/llfloaterexperiences.cpp new file mode 100644 index 0000000000..b862b41bba --- /dev/null +++ b/indra/newview/llfloaterexperiences.cpp @@ -0,0 +1,14 @@ +#include "llviewerprecompiledheaders.h" + +#include "llpanelexperiences.h" +#include "llfloaterexperiences.h" + +LLFloaterExperiences::LLFloaterExperiences(const LLSD& data) + :LLFloater(data) +{ +} + +BOOL LLFloaterExperiences::postBuild() +{ + return TRUE; +} |