clean up
This commit is contained in:
parent
a0a40f1d04
commit
5d96d6905f
16 changed files with 19 additions and 18 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#include "Widgets.hpp"
|
||||
#include "Render.hpp"
|
||||
#include "RasterRender.hpp"
|
||||
|
||||
namespace tp {
|
||||
|
||||
|
|
@ -28,8 +28,9 @@ namespace tp {
|
|||
}
|
||||
|
||||
public:
|
||||
Render mRender;
|
||||
RasterRender mRender;
|
||||
Scene* mScene = nullptr;
|
||||
|
||||
Canvas* mCanvas = nullptr;
|
||||
Canvas::ImageHandle mImage;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue