6 lines
104 B
C++
Executable file
6 lines
104 B
C++
Executable file
#include "BlankSchematicItem.h"
|
|
|
|
UBlankSchematicItem::UBlankSchematicItem() {
|
|
this->Icon = NULL;
|
|
}
|
|
|