Z-Sharp/Slang/eval.h

6 lines
74 B
C++

#ifndef EVAL_H
#define EVAL_H
float evaluate(std::string tokens);
#endif