Skip to content

Commit

Permalink
Fix editor includes after godotengine/godot#34582
Browse files Browse the repository at this point in the history
  • Loading branch information
bruvzg committed Jan 2, 2020
1 parent 6baabfd commit 279619b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions editor/gdre_cmp_dlg.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#ifdef TOOLS_ENABLED
#include "editor/editor_node.h"
#include "editor/editor_scale.h"
#else
#define EDSCALE 1.0
#endif
Expand Down
1 change: 1 addition & 0 deletions editor/gdre_dec_dlg.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#ifdef TOOLS_ENABLED
#include "editor/editor_node.h"
#include "editor/editor_scale.h"
#else
#define EDSCALE 1.0
#endif
Expand Down
3 changes: 3 additions & 0 deletions editor/gdre_editor.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#ifdef TOOLS_ENABLED
#include "editor/editor_export.h"
#include "editor/editor_node.h"
#include "editor/editor_scale.h"
#else
#define EDSCALE 1.0
#endif
Expand Down Expand Up @@ -72,6 +73,8 @@ class ProgressDialog : public Popup {

ProgressDialog();
};
#else
#include "editor/progress_dialog.h"
#endif

class ResultDialog : public AcceptDialog {
Expand Down
1 change: 1 addition & 0 deletions editor/gdre_npck_dlg.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#ifdef TOOLS_ENABLED
#include "editor/editor_node.h"
#include "editor/editor_scale.h"
#else
#define EDSCALE 1.0
#endif
Expand Down
1 change: 1 addition & 0 deletions editor/gdre_pck_dlg.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#ifdef TOOLS_ENABLED
#include "editor/editor_node.h"
#include "editor/editor_scale.h"
#else
#define EDSCALE 1.0
#endif
Expand Down

0 comments on commit 279619b

Please sign in to comment.