ChaiScript/unittests/3.x/multifile_test_module.hpp
Jonathan Turner c73f16fdfe Fixing 4.x grammar to be backward compatible.
Added 3.x unit tests back to show this.
2012-05-17 10:14:50 -07:00

12 lines
179 B
C++

#include <chaiscript/chaiscript.hpp>
class Multi_Test_Module
{
public:
static int get_module_value();
Multi_Test_Module();
chaiscript::ModulePtr get_module();
};