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,14 @@
#include <chaiscript/chaiscript.hpp>
class Multi_Test_Chai
{
public:
Multi_Test_Chai();
boost::shared_ptr<chaiscript::ChaiScript> get_chai();
private:
boost::shared_ptr<chaiscript::ChaiScript> m_chai;
};