Bed and Axes classes moved from GLCanva3d to Plater to have a unique instance of them shared by all views

This commit is contained in:
Enrico Turri 2019-02-19 15:15:27 +01:00
parent 94c529a118
commit 75df722fee
10 changed files with 821 additions and 1 deletions

View file

@ -10,6 +10,11 @@
#include "Preset.hpp"
#if ENABLE_UNIQUE_BED
#include "3DScene.hpp"
#include "GLTexture.hpp"
#endif // ENABLE_UNIQUE_BED
class wxButton;
class wxBoxSizer;
class wxGLCanvas;