Commit 1267c304 by Hampton Catlin

implement dummy folder compile method

parent b23c6869
...@@ -127,5 +127,10 @@ extern "C" { ...@@ -127,5 +127,10 @@ extern "C" {
// TO DO: CATCH EVERYTHING ELSE // TO DO: CATCH EVERYTHING ELSE
return 0; return 0;
} }
int sass_compile_folder(sass_folder_context* c_ctx)
{
return 1;
}
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment