Your IP : 216.73.216.175


Current Path : /home/kamilrogam/komp/2018/180513/DARWIN/EDU/gulp/1/node_modules/node-sass/src/libsass/src/
Upload File :
Current File : /home/kamilrogam/komp/2018/180513/DARWIN/EDU/gulp/1/node_modules/node-sass/src/libsass/src/bind.hpp

#ifndef SASS_BIND_H
#define SASS_BIND_H

#include <string>
#include "environment.hpp"
#include "ast_fwd_decl.hpp"

namespace Sass {

  void bind(std::string type, std::string name, Parameters_Obj, Arguments_Obj, Context*, Env*, Eval*);
}

#endif