21 lines
181 B
C++
21 lines
181 B
C++
namespace clanguml {
|
|
namespace t00035 {
|
|
|
|
struct Top {
|
|
};
|
|
|
|
struct Left {
|
|
};
|
|
|
|
struct Center {
|
|
};
|
|
|
|
struct Bottom {
|
|
};
|
|
|
|
struct Right {
|
|
};
|
|
|
|
} // namespace t00035
|
|
} // namespace clanguml
|