summaryrefslogtreecommitdiff
path: root/src/corelib/gfx_utils_intf.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/gfx_utils_intf.inc')
-rw-r--r--src/corelib/gfx_utils_intf.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/corelib/gfx_utils_intf.inc b/src/corelib/gfx_utils_intf.inc
index a133d2a4..0fd059fc 100644
--- a/src/corelib/gfx_utils_intf.inc
+++ b/src/corelib/gfx_utils_intf.inc
@@ -1,5 +1,12 @@
{%mainunit gfx_utils.pas}
+// Common functions for all platforms
+function fpgAddTrailingValue(const ALine, AValue: string; ADuplicates: boolean = true): string;
+
+
+
+// Functions with platform specific implementations
+
// File utils
function ExtractTargetSymLinkPath(ALink: string): string;
function FileIsSymlink(const AFilename: string): boolean;