From b6a067678ab9e225647b256595d54dde2ce6f2f5 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 23 Oct 2022 20:49:14 +0200 Subject: a --- editor/app.hpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'editor') diff --git a/editor/app.hpp b/editor/app.hpp index e69de29b..0b369936 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -0,0 +1,19 @@ +#pragma once +#include "draw/wireframe-mesh.hpp" +#include "draw/wireframe-quad.hpp" +#include "draw/wireframe-box.hpp" +#include "main/floormat-app.hpp" + +namespace floormat { + +struct app final : floormat_app +{ + app(); + ~app() override; + +private: + wireframe_mesh _wireframe_quad; + wireframe_mesh _wireframe_box; +}; + +} // namespace floormat -- cgit v1.2.3