diff options
| author | Mittendrein Markus <maxmitti@gmx.net> | 2015-08-26 22:47:46 +0200 |
|---|---|---|
| committer | Mittendrein Markus <maxmitti@gmx.net> | 2015-09-03 19:22:38 +0200 |
| commit | 736efdaf6aea46dc44322e84656a7a489face44a (patch) | |
| tree | 58803fed93d6fef0f7ff01d6d7476ff4a3b16d9e /TemplePushing.c4s/System.c4g/Compatibility.c | |
| parent | 14ea123b3950acd08d136ee0a6a23201df074756 (diff) | |
| download | tempelschubsen-736efdaf6aea46dc44322e84656a7a489face44a.tar.gz tempelschubsen-736efdaf6aea46dc44322e84656a7a489face44a.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.c | 5 |
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(...); }
|
