From 2c92e07f337e42cf58970443f9de678f85a9b2a4 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Thu, 19 Oct 2023 22:50:07 -0700 Subject: The great renaming: switch to "module style" --- src/brussel.engine/EditorAttachment.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/brussel.engine/EditorAttachment.hpp (limited to 'src/brussel.engine/EditorAttachment.hpp') diff --git a/src/brussel.engine/EditorAttachment.hpp b/src/brussel.engine/EditorAttachment.hpp new file mode 100644 index 0000000..61b824b --- /dev/null +++ b/src/brussel.engine/EditorAttachment.hpp @@ -0,0 +1,12 @@ +#pragma once + +#include + +class EditorAttachment { +public: + std::string name; + +public: + EditorAttachment(); + virtual ~EditorAttachment() = default; +}; -- cgit v1.2.3-70-g09d2