智能照明系统APP-本地串口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
LightingSystemApp-serial/.svn/pristine/9f/9fdd69338e7d7c1368632fe3555...

13 lines
246 B

#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