From: Vincent Vanwaelscappel Date: Mon, 22 Aug 2022 18:20:14 +0000 (+0200) Subject: wip #5410 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f1aa24b0a157aff453ab9eff10c32691c909b99e;p=fluidbook_tools.git wip #5410 --- 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();