13 lines
184 B
C++
Raw Normal View History

#include "VrCommonConfig.h"
#include <vector>
struct TestStruct {
DeviceInfo device;
SerialConfig serial;
VrDebugParam debug;
};
int main() {
return 0;
}