openmw/components/misc/osguservalues.hpp
2025-08-23 09:09:18 -07:00

16 lines
270 B
C++

#ifndef OPENMW_COMPONENTS_MISC_OSGUSERVALUES_H
#define OPENMW_COMPONENTS_MISC_OSGUSERVALUES_H
#include <string>
namespace Misc
{
struct OsgUserValues
{
static const std::string sFileHash;
static const std::string sXSoftEffect;
};
}
#endif