diff options
Diffstat (limited to 'scene/2d/canvas_modulate.h')
-rw-r--r-- | scene/2d/canvas_modulate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/2d/canvas_modulate.h b/scene/2d/canvas_modulate.h index a6894f29c2..0445db27af 100644 --- a/scene/2d/canvas_modulate.h +++ b/scene/2d/canvas_modulate.h @@ -16,6 +16,8 @@ public: void set_color(const Color& p_color); Color get_color() const; + String get_configuration_warning() const; + CanvasModulate(); ~CanvasModulate(); }; |