summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g/Compatibility.c
diff options
context:
space:
mode:
Diffstat (limited to 'TemplePushing.c4s/System.c4g/Compatibility.c')
-rw-r--r--TemplePushing.c4s/System.c4g/Compatibility.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/TemplePushing.c4s/System.c4g/Compatibility.c b/TemplePushing.c4s/System.c4g/Compatibility.c
new file mode 100644
index 0000000..5d3865e
--- /dev/null
+++ b/TemplePushing.c4s/System.c4g/Compatibility.c
@@ -0,0 +1,5 @@
+/*-- Avoid errors from non-existent Engine-Functions --*/
+
+#strict 2
+
+global func SetGameComment() { return _inherited(...); }