You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TwoLaserHead-PushJig/LaiPuLaser/PciPort.h

14 lines
248 B
C

#pragma once
//pci <20><><EFBFBD><EFBFBD><EFBFBD>ƵĶ˿<C4B6>
struct SPciPort{
SPciPort()
{
num = -1;
bReverse = false;
}
public:
int num;//<2F>˿ڵı<DAB5><C4B1><EFBFBD>
bool bReverse;//<2F>Ƿ<EFBFBD><C7B7><EFBFBD>ת(<28><>ת<EFBFBD><D7AA><EFBFBD>Ժ<EFBFBD><D4BA><EFBFBD>ȡ<EFBFBD><C8A1>д<EFBFBD><EFBFBD><EFBFBD><E1B7B4><EFBFBD><EFBFBD>)
};