mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-20 11:46:36 +02:00
initial import, >900commits predate this
This commit is contained in:
11
framework/common_components/src/mm/components/name.hpp
Normal file
11
framework/common_components/src/mm/components/name.hpp
Normal file
@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace MM::Components {
|
||||
struct Name {
|
||||
static const size_t max_str_len = 64;
|
||||
std::string str;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user