#pragma once #include "TypeWrapper.h" #include "Environment.h" #include class Interpreter; // Forward declaration class StdLib { public: static void addToEnvironment(sptr(Environment) env, Interpreter* interpreter); };