mirror of
https://gitee.com/houstudio/Cdroid.git
synced 2024-12-12 12:05:08 +08:00
11 lines
104 B
C++
11 lines
104 B
C++
|
#include <nm2.h>
|
||
|
#include <nm1.h>
|
||
|
namespace n2{
|
||
|
|
||
|
test2::test2(){
|
||
|
n1::test1 tt;
|
||
|
tt.a.name="test";
|
||
|
}
|
||
|
|
||
|
}
|