um, previous wasn't complete?
[an0rqz.git] / inventory / struct.tmpl
blob6bfa3ac00a20eca0cc8c91e6e93c56f985ba7403
1 typedef struct {
2         int id;
3         _entparams_
4         void (*_ent_init_func_)(_ent_struct_);
5         int (*_ent_query_func_)(_ent_struct_,_ent_query_args_);
6         int (*_ent_manipulate_func_)(_ent_struct_,_ent_manipulate_args_);
7         inventory inv;
8 } _entstructtype_;