openmw/components/misc/osguservalues.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
297 B
C++
Raw Normal View History

#include "osguservalues.hpp"
namespace Misc
{
const std::string OsgUserValues::sFileHash = "fileHash";
const std::string OsgUserValues::sExtraData = "xData";
const std::string OsgUserValues::sXSoftEffect = "xSoftEffect";
2025-02-22 12:37:14 -08:00
const std::string OsgUserValues::sTreeAnim = "treeAnim";
}