19 #ifndef GNASH_EXTENSION_H
20 #define GNASH_EXTENSION_H
25 #include <boost/tokenizer.hpp>
39 typedef boost::char_separator<char> Sep;
40 typedef boost::tokenizer< Sep > Tok;
56 bool scanDir(
const std::string& dir);
71 bool scanAndLoad(
const std::string& dir,
as_object &where);
74 bool initModuleWithFunc(
const std::string& module,
const std::string& func,
as_object &obj);
84 bool initModule(
const std::string& module,
as_object &obj);