summaryrefslogtreecommitdiff
path: root/WriteScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'WriteScript.h')
-rw-r--r--WriteScript.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/WriteScript.h b/WriteScript.h
new file mode 100644
index 0000000..4a9bf22
--- /dev/null
+++ b/WriteScript.h
@@ -0,0 +1,6 @@
+//---------------------------------------------------------------------------
+#ifndef WriteScriptH
+#define WriteScriptH
+//---------------------------------------------------------------------------
+void WriteScript(cKPgame* game);
+#endif