Z-Sharp/ZSharp/eval.h
2022-01-29 18:10:56 -05:00

6 lines
76 B
C++

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