bubel-ecs/demos/source/gui/template_.d
2020-05-05 16:56:51 +02:00

9 lines
No EOL
121 B
D

module gui.template_;
import bubel.ecs.entity;
struct TemplateGUI
{
const (char)* name;
EntityTemplate* tmpl;
}