mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Added perl callback for three doubles
This commit is contained in:
parent
775ec1b546
commit
e1deb03d3c
2 changed files with 21 additions and 3 deletions
|
@ -97,8 +97,9 @@ public:
|
|||
void call(int i) const;
|
||||
void call(int i, int j) const;
|
||||
void call(const std::vector<int>& ints) const;
|
||||
void call(double d) const;
|
||||
void call(double a) const;
|
||||
void call(double a, double b) const;
|
||||
void call(double a, double b, double c) const;
|
||||
void call(double a, double b, double c, double d) const;
|
||||
void call(bool b) const;
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue