diff options
Diffstat (limited to 'Tests/ExportImport/Export/systemlib.cpp')
-rw-r--r-- | Tests/ExportImport/Export/systemlib.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/ExportImport/Export/systemlib.cpp b/Tests/ExportImport/Export/systemlib.cpp new file mode 100644 index 0000000..ec45148 --- /dev/null +++ b/Tests/ExportImport/Export/systemlib.cpp @@ -0,0 +1,7 @@ + +#include "systemlib.h" + +SystemStruct::SystemStruct() +{ + +} |