Skip to content

Commit 0f588b8

Browse files
committed
add missing SDKType_Object enum
1 parent ac8bc54 commit 0f588b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/include/sdktools.inc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ enum SDKType
8989
SDKType_Edict, /**< edict_t (always as pointer) */
9090
SDKType_String, /**< NULL-terminated string (always as pointer) */
9191
SDKType_Bool, /**< Boolean (any) */
92-
SDKType_Pointer, /**< Pointer (pass in an array) */
92+
SDKType_Object,
93+
SDKType_Pointer, /**< Pointer (pass in an array) */
9394
};
9495

9596
enum SDKPassMethod

0 commit comments

Comments
 (0)