Merged in RLVa. Viewer broken!

This commit is contained in:
Siana Gearz
2010-11-07 05:05:47 +01:00
parent ae4a9521af
commit 740b570168
94 changed files with 11249 additions and 503 deletions

View File

@@ -36,6 +36,10 @@
#include <vector>
#include "llstring.h"
// [RLVa:KB]
#include "rlvdefines.h"
// [/RLVa:KB]
/*
1. On first use of 'sit here', explain how to get up and rotate view.
@@ -109,6 +113,15 @@ public:
protected:
static std::set<std::string> sConfigVariables;
// [RLVa:KB] - Checked: RLVa-1.0.3a (2009-09-10) | Added: RLVa-1.0.3a
public:
static void showRlvFirstUseNotification(const std::string& strName);
static void useRlvDetach() { showRlvFirstUseNotification(RLV_SETTING_FIRSTUSE_DETACH); }
static void useRlvEnableWear() { showRlvFirstUseNotification(RLV_SETTING_FIRSTUSE_ENABLEWEAR); }
static void useRlvFartouch() { showRlvFirstUseNotification(RLV_SETTING_FIRSTUSE_FARTOUCH); }
// [/RLVa:KB]
};
#endif