summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g/Compatibility.c
diff options
context:
space:
mode:
authorMittendrein Markus <maxmitti@gmx.net>2015-08-26 22:47:46 +0200
committerMittendrein Markus <maxmitti@gmx.net>2016-03-09 14:47:54 +0100
commit29726293c49ba1c3a4bd6d5c9ab09a1f6942ad1d (patch)
treeec0ba00dc5382ecfbcb9b1cf5f79a365343a61fd /TemplePushing.c4s/System.c4g/Compatibility.c
parent1fe7abceccdb55fb12ec7d6c746fb8cfacafd762 (diff)
downloadtempelschubsen-29726293c49ba1c3a4bd6d5c9ab09a1f6942ad1d.tar.gz
tempelschubsen-29726293c49ba1c3a4bd6d5c9ab09a1f6942ad1d.zip
Add GameComments to show current game state
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(...); }