summaryrefslogtreecommitdiff
path: root/indra/newview/rlvcommon.h
blob: 288d48e373fd582562b07eca52713538046a3a13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once

// ============================================================================
// RlvStrings
//

class RlvStrings
{
public:
    static std::string        getVersion(bool wants_legacy);
    static std::string        getVersionAbout();
    static std::string        getVersionImplNum();
    static std::string        getVersionNum();
};

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