Add drivepath mock

This commit is contained in:
simon.kagstrom 2010-01-25 09:37:59 +00:00
parent 55724b0817
commit 89a9e72a79

View File

@ -39,8 +39,11 @@ public:
this->ShowLEDs = 0;
this->DisplayOption = 0;
this->MsPerFrame = SPEED_100;
memset(this->DrivePath, 0, sizeof(this->DrivePath));
}
char DrivePath[4][256]; // Path for drive 8..11
char NetworkName[32];
char NetworkServer[128];
int NetworkPort;