Z-Sharp/Slang/eval.h
sam-astro 4f960ce685 Revert "Rename to StuLang"
This reverts commit c11f089178b58189558dad072df29a8fd3beac13.
2022-01-15 15:53:55 -05:00

6 lines
76 B
C++

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