mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-01 03:21:41 +00:00
9 lines
236 B
C++
9 lines
236 B
C++
#include "osguservalues.hpp"
|
|
|
|
namespace Misc
|
|
{
|
|
const std::string OsgUserValues::sFileHash = "fileHash";
|
|
const std::string OsgUserValues::sExtraData = "xData";
|
|
const std::string OsgUserValues::sXSoftEffect = "xSoftEffect";
|
|
}
|