From f1aa24b0a157aff453ab9eff10c32691c909b99e Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 22 Aug 2022 20:20:14 +0200 Subject: [PATCH] wip #5410 --- src/Compiler/CompilerInterface.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Compiler/CompilerInterface.php b/src/Compiler/CompilerInterface.php index 015f0bc..a7be888 100644 --- a/src/Compiler/CompilerInterface.php +++ b/src/Compiler/CompilerInterface.php @@ -31,6 +31,8 @@ interface CompilerInterface public function working_path($path = ''): string; + public function source_path($path = ''): string; + public function getWidth(); public function getHeight(); -- 2.39.5