9 lines
No EOL
121 B
D
9 lines
No EOL
121 B
D
module gui.template_;
|
|
|
|
import bubel.ecs.entity;
|
|
|
|
struct TemplateGUI
|
|
{
|
|
const (char)* name;
|
|
EntityTemplate* tmpl;
|
|
} |