summaryrefslogtreecommitdiff
path: root/indra/newview/rlvactions.cpp
blob: 1988c99ecf51da29cb8277f4241084541fea1f6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "llviewerprecompiledheaders.h"

#include "rlvactions.h"
#include "rlvhandler.h"

// ============================================================================
// Helper functions
//

bool RlvActions::isRlvEnabled()
{
    return RlvHandler::isEnabled();
}

// ============================================================================