added a menu and fixed FormingTool.h so it builds 100%
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include <string>
|
||||
#include <ostream>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
||||
class FormingTool {
|
||||
public:
|
||||
@@ -16,6 +17,7 @@ public:
|
||||
void setToolSize(double toolSize);
|
||||
void setMaterialType(const std::string &materialType);
|
||||
void setToolRadius(double radius);
|
||||
void useTool();
|
||||
void serialize(std::ofstream &ofs) const;
|
||||
void deserialize(std::ifstream &ifs);
|
||||
|
||||
|
Reference in New Issue
Block a user