From c789d33e17bd1cf8f4cca2307c7c13b53c3da19b Mon Sep 17 00:00:00 2001 From: Matt Woodrow Date: Fri, 14 Aug 2009 20:27:42 +1200 Subject: [PATCH] Added new SendProp type to dt_common.h --- public/dt_common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/public/dt_common.h b/public/dt_common.h index 1d311deb..bcd5f750 100644 --- a/public/dt_common.h +++ b/public/dt_common.h @@ -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,