Get mutlifile compilation working again and add a test for it

This commit is contained in:
Jason Turner
2010-10-22 21:30:58 +00:00
parent bff5b8bce0
commit 67bad374a9
9 changed files with 1474 additions and 1468 deletions

View File

@@ -0,0 +1,11 @@
#include <chaiscript/chaiscript.hpp>
class Multi_Test_Module
{
public:
static int get_module_value();
Multi_Test_Module();
chaiscript::ModulePtr get_module();
};