[Voice Update] LLFloaterVoiceEffect (Lives in File->Show Voice Morpher for now)

This commit is contained in:
Lirusaito
2013-06-13 05:23:35 -04:00
parent 08ab202a06
commit 01ec6905ab
10 changed files with 1052 additions and 0 deletions

View File

@@ -109,6 +109,7 @@
#include "llfloaterteleporthistory.h"
#include "llfloatertest.h"
#include "llfloatertools.h"
#include "llfloatervoiceeffect.h"
#include "llfloaterwater.h"
#include "llfloaterwebcontent.h"
#include "llfloaterwindlight.h"
@@ -6383,6 +6384,7 @@ struct MenuFloaterDict : public LLSingleton<MenuFloaterDict>
registerFloater<LLFloaterScriptLimits> ("script info");
registerFloater<LLFloaterStats> ("stat bar");
registerFloater<LLFloaterTeleportHistory> ("teleport history");
registerFloater<LLFloaterVoiceEffect> ("voice effect");
registerFloater<LLFloaterPathfindingCharacters> ("pathfinding_characters");
registerFloater<LLFloaterPathfindingLinksets> ("pathfinding_linksets");