Skip to content

Commit

Permalink
add missing SDKType_Object enum
Browse files Browse the repository at this point in the history
  • Loading branch information
bottiger1 committed May 18, 2024
1 parent 7130b95 commit 10efed4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/include/sdktools.inc
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ enum SDKType
SDKType_Edict, /**< edict_t (always as pointer) */
SDKType_String, /**< NULL-terminated string (always as pointer) */
SDKType_Bool, /**< Boolean (any) */
SDKType_Pointer, /**< Pointer (pass in an array) */
SDKType_Object,
SDKType_Pointer, /**< Pointer (pass in an array) */
};

enum SDKPassMethod
Expand Down

0 comments on commit 10efed4

Please sign in to comment.