// Constructors, MUST have the bmp to get refrences to images.
 public redstoneObj(gBlockTypeStruct bData)
 {
     bmp = bData.bmp;
     bType = bData.bType;
 }
 // Constructors, MUST have the bmp to get refrences to images.
 public redstoneObj(gBlockTypeStruct bData)
 {
     bmp   = bData.bmp;
     bType = bData.bType;
 }