davey: davey_data constructor
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
namespace entt {
|
||||
|
||||
struct davey_data {
|
||||
davey_data(const char *value)
|
||||
: name{value} {}
|
||||
|
||||
const char *name;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user