From 736efdaf6aea46dc44322e84656a7a489face44a Mon Sep 17 00:00:00 2001 From: Mittendrein Markus Date: Wed, 26 Aug 2015 22:47:46 +0200 Subject: Add GameComments to show current game state --- TemplePushing.c4s/System.c4g/Compatibility.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 TemplePushing.c4s/System.c4g/Compatibility.c (limited to 'TemplePushing.c4s/System.c4g') 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(...); } -- cgit v1.2.3-54-g00ecf