summaryrefslogtreecommitdiff
path: root/scene
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2016-07-06 20:35:49 -0300
committerJuan Linietsky <reduzio@gmail.com>2016-07-06 20:36:37 -0300
commita78226c32ceb0614e079f5cdd5653af7be729dac (patch)
tree998cfe40fe7f4239c3200f654148e0282c826796 /scene
parente4b7a45a381f028752163d0f57662baa0def0301 (diff)
Only allow built-in scripts to be edited when the scene they belong to is loaded, closes #5403
Diffstat (limited to 'scene')
-rw-r--r--scene/main/viewport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/main/viewport.h b/scene/main/viewport.h
index aaa640e0e6..22a97a9888 100644
--- a/scene/main/viewport.h
+++ b/scene/main/viewport.h
@@ -39,6 +39,7 @@
*/
class Camera;
+class Camera2D;
class Listener;
class Control;
class CanvasItem;