2010-07-30 05:46:22 +00:00
|
|
|
// (c) 2010 Thomas Schoebel-Theuer / 1&1 Internet AG
|
|
|
|
#ifndef MARS_USEBUF_H
|
|
|
|
#define MARS_USEBUF_H
|
|
|
|
|
2010-12-15 12:13:18 +00:00
|
|
|
struct usebuf_mref_aspect {
|
|
|
|
GENERIC_ASPECT(mref);
|
|
|
|
struct usebuf_mref_aspect *sub_mref_a;
|
2010-12-10 17:40:20 +00:00
|
|
|
struct usebuf_input *input;
|
|
|
|
#if 1
|
|
|
|
int yyy;
|
|
|
|
#endif
|
2010-07-30 05:46:22 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
struct usebuf_brick {
|
|
|
|
MARS_BRICK(usebuf);
|
|
|
|
};
|
|
|
|
|
|
|
|
struct usebuf_input {
|
|
|
|
MARS_INPUT(usebuf);
|
|
|
|
};
|
|
|
|
|
|
|
|
struct usebuf_output {
|
|
|
|
MARS_OUTPUT(usebuf);
|
|
|
|
};
|
|
|
|
|
|
|
|
MARS_TYPES(usebuf);
|
|
|
|
|
|
|
|
#endif
|