mirror of
https://github.com/sam-astro/Z-Sharp.git
synced 2025-12-13 09:02:10 +00:00
Graphics are currently *very* slow, and that is due to my underlying code. I will need to spend the next week or so just optimizing.
9 lines
135 B
C++
9 lines
135 B
C++
|
|
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
|
|
using namespace std;
|
|
|
|
string ExecuteFunction(string functionName, vector<string> inputVarVals);
|
|
|
|
#endif |