calc.h (211B)
- #ifndef CALC_H_
- #define CALC_H_
- #include "formula.h"
- #include "bulletmlcommon.h"
- #include <string>
- #include <memory>
- DECLSPEC std::auto_ptr<Formula<double> > calc(const std::string& str);
- #endif // CALC_H_
git clone https://hacktivis.me/git/libbulletml.git
calc.h (211B)
- #ifndef CALC_H_
- #define CALC_H_
- #include "formula.h"
- #include "bulletmlcommon.h"
- #include <string>
- #include <memory>
- DECLSPEC std::auto_ptr<Formula<double> > calc(const std::string& str);
- #endif // CALC_H_