Initial commit
[yaffs-website] / node_modules / node-sass / src / libsass / src / bind.hpp
1 #ifndef SASS_BIND_H
2 #define SASS_BIND_H
3
4 #include <string>
5 #include "environment.hpp"
6 #include "ast_fwd_decl.hpp"
7
8 namespace Sass {
9
10   void bind(std::string type, std::string name, Parameters_Obj, Arguments_Obj, Context*, Env*, Eval*);
11 }
12
13 #endif