#include <pcbModuleMod.h>
Inheritance diagram for pcbModuleMod
Public Methods | |
pcbModuleMod () | |
constructors and destructors for the class. | |
virtual | ~pcbModuleMod () |
virtual bool | Load (FILE* fp, int length, pcbModule& mod) |
Load the given file as a mod. More... | |
virtual bool | Save (FILE* fp, const pcbModule& mod) |
save as a mod - untested. |
|
Load the given file as a mod. Open the file, read the data, and close the file. |