diff options
Diffstat (limited to 'src/gui/viewport.h')
-rw-r--r-- | src/gui/viewport.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/viewport.h b/src/gui/viewport.h index 0963bd394..fa2dd7508 100644 --- a/src/gui/viewport.h +++ b/src/gui/viewport.h @@ -23,6 +23,11 @@ #ifndef GUI_VIEWPORT_H #define GUI_VIEWPORT_H +#ifdef DYECMD +#include "dyetool/gui/viewport.h" + +#else + #include "position.h" #include "enums/simpletypes/beingid.h" @@ -235,4 +240,5 @@ class Viewport final : public WindowContainer, extern Viewport *viewport; /**< The viewport. */ +#endif // DYECMD #endif // GUI_VIEWPORT_H |