#ifndef CHAISCRIPT_STDLIB #define CHAISCRIPT_STDLIB namespace chaiscript { class Module; } std::shared_ptr create_chaiscript_stdlib(); #endif