Home
last modified time | relevance | path

Searched defs:vgui_command_simple (Results 1 – 1 of 1) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/core/vgui/
H A Dvgui_command.h70 struct vgui_command_simple : public vgui_command struct
74 vgui_command_simple(receiver* o, action m) : obj(o), mem(m) { } in vgui_command_simple() argument
82 template struct vgui_command_simple<receiver > argument