1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-20 04:26:03 +08:00

Added new SendProp type to dt_common.h

This commit is contained in:
Matt Woodrow
2009-08-14 20:27:42 +12:00
parent 9bec59d99d
commit c789d33e17

View File

@ -103,6 +103,7 @@ typedef enum
DPT_Int=0,
DPT_Float,
DPT_Vector,
DPT_VectorXY,
DPT_String,
DPT_Array, // An array of the base types (can't be of datatables).
DPT_DataTable,