aboutsummaryrefslogtreecommitdiff
path: root/ThirdParty/NVIDIAGfeSDK/Include/gfesdk/highlights
diff options
context:
space:
mode:
authorGrigoriy <[email protected]>2018-03-19 16:26:07 +0300
committerGrigoriy <[email protected]>2018-03-19 16:26:07 +0300
commit4988f10e9c40f81cabf35e9fcb720239f007028d (patch)
treeac4f981b4bd0f64f50df8db9264df2d3b2c87372 /ThirdParty/NVIDIAGfeSDK/Include/gfesdk/highlights
parentDocumentation links update (diff)
downloadgfesdk-ue4plugin-4988f10e9c40f81cabf35e9fcb720239f007028d.tar.xz
gfesdk-ue4plugin-4988f10e9c40f81cabf35e9fcb720239f007028d.zip
Fixed plugin script warnings, added sdk version 1.195
Diffstat (limited to 'ThirdParty/NVIDIAGfeSDK/Include/gfesdk/highlights')
-rw-r--r--ThirdParty/NVIDIAGfeSDK/Include/gfesdk/highlights/highlights_types.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/ThirdParty/NVIDIAGfeSDK/Include/gfesdk/highlights/highlights_types.h b/ThirdParty/NVIDIAGfeSDK/Include/gfesdk/highlights/highlights_types.h
index 3ae751c..52ffe01 100644
--- a/ThirdParty/NVIDIAGfeSDK/Include/gfesdk/highlights/highlights_types.h
+++ b/ThirdParty/NVIDIAGfeSDK/Include/gfesdk/highlights/highlights_types.h
@@ -19,19 +19,6 @@
#include <stdint.h>
#include <stdbool.h>
-/*! Possible significance values */
-typedef enum
-{
- NVGSDK_HIGHLIGHT_SIGNIFICANCE_EXTREMELY_BAD = 0x00000001,
- NVGSDK_HIGHLIGHT_SIGNIFICANCE_VERY_BAD = 0x00000002,
- NVGSDK_HIGHLIGHT_SIGNIFICANCE_BAD = 0x00000004,
- NVGSDK_HIGHLIGHT_SIGNIFICANCE_NEUTRAL = 0x00000010,
- NVGSDK_HIGHLIGHT_SIGNIFICANCE_GOOD = 0x00000100,
- NVGSDK_HIGHLIGHT_SIGNIFICANCE_VERY_GOOD = 0x00000200,
- NVGSDK_HIGHLIGHT_SIGNIFICANCE_EXTREMELY_GOOD = 0x00000400,
- NVGSDK_HIGHLIGHT_SIGNIFICANCE_MAX = 0x00000800
-} NVGSDK_HighlightSignificance;
-
/*! Possible highlights that can occur during gameplay */
typedef struct
{