Z-Sharp/Slang/eval.h

6 lines
76 B
C++

#ifndef EVAL_H
#define EVAL_H
float evaluate(const std::string& t);
#endif