summaryrefslogtreecommitdiff
path: root/WriteScript.h
diff options
context:
space:
mode:
authorEric Anderson <ejona86@gmail.com>2009-05-01 17:14:46 -0500
committerEric Anderson <ejona86@gmail.com>2009-05-01 17:14:46 -0500
commit663d9336324110648ffdea7c7092a004353419b5 (patch)
treed35eccc38a36859bc317796a2058497ed9d8c382 /WriteScript.h
downloadkpl-663d9336324110648ffdea7c7092a004353419b5.tar.gz
kpl-663d9336324110648ffdea7c7092a004353419b5.zip
Initial commit of source from zwzsg
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