wren
Vulkan-based game engine
Loading...
Searching...
No Matches
tag.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
6
7struct Tag {
8 std::string tag;
9};
10
11} // namespace wren::scene::components
Definition mesh.hpp:11
Definition tag.hpp:7
std::string tag
Definition tag.hpp:8