From b2a4908e9cc802a838a67f92dd66a17d3894c619 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 22 May 2016 19:28:37 -0300 Subject: Real-Time Remote Inspector support --- core/object.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/object.h') diff --git a/core/object.h b/core/object.h index c34440100f..3945d1d0ba 100644 --- a/core/object.h +++ b/core/object.h @@ -67,6 +67,7 @@ enum PropertyHint { PROPERTY_HINT_COLOR_NO_ALPHA, ///< used for ignoring alpha component when editing a color PROPERTY_HINT_IMAGE_COMPRESS_LOSSY, PROPERTY_HINT_IMAGE_COMPRESS_LOSSLESS, + PROPERTY_HINT_OBJECT_ID, PROPERTY_HINT_MAX, }; -- cgit v1.2.3