F4MP/codigos originales/tiltedcode/Code/client/Games/Skyrim/NetImmerse/BSLightingShaderProperty.h

9 lines
153 B
C
Raw Normal View History

#pragma once
#include <NetImmerse/BSShaderProperty.h>
struct BSLightingShaderProperty : BSShaderProperty
{
virtual ~BSLightingShaderProperty();
};