comparison src/paranormal/actuators.h @ 155:adf9f4b26039 trunk

[svn] - user-friendly names (UI side unimplemented still)
author nenolod
date Tue, 31 Oct 2006 12:07:32 -0800
parents fd9c0a5871ac
children 3b034150d31e
comparison
equal deleted inserted replaced
154:1378854babe0 155:adf9f4b26039
54 }; 54 };
55 55
56 /* An operation's description */ 56 /* An operation's description */
57 struct pn_actuator_desc 57 struct pn_actuator_desc
58 { 58 {
59 const char *name; 59 const char *name; /* e.g. "container_simple" */
60 const char *dispname; /* e.g. "Simple Container" */
60 const char *doc; /* documentation txt */ 61 const char *doc; /* documentation txt */
61 const enum 62 const enum
62 { 63 {
63 ACTUATOR_FLAG_CONTAINER = 1<<0 64 ACTUATOR_FLAG_CONTAINER = 1<<0
64 } flags; 65 } flags;