13 lines
184 B
C++
13 lines
184 B
C++
#include "VrCommonConfig.h"
|
|
#include <vector>
|
|
|
|
struct TestStruct {
|
|
DeviceInfo device;
|
|
SerialConfig serial;
|
|
VrDebugParam debug;
|
|
};
|
|
|
|
int main() {
|
|
return 0;
|
|
}
|