#ifndef MULTIFILE_TEST_MODULE_HPP #define MULTIFILE_TEST_MODULE_HPP #include class Multi_Test_Module { public: static int get_module_value(); Multi_Test_Module(); chaiscript::ModulePtr get_module() const; }; #endif // MULTIFILE_TEST_MODULE_HPP