summaryrefslogtreecommitdiff
path: root/GenerateScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'GenerateScript.h')
-rw-r--r--GenerateScript.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/GenerateScript.h b/GenerateScript.h
new file mode 100644
index 0000000..8646c5b
--- /dev/null
+++ b/GenerateScript.h
@@ -0,0 +1,10 @@
+//---------------------------------------------------------------------------
+
+#ifndef GenerateScriptH
+#define GenerateScriptH
+#include "KPLFillModSpecific.h"
+//---------------------------------------------------------------------------
+int GetMaxAllyTeam(cKPgame* game);
+void GenerateScript(cKPgame* game,int difficulty=2,cKPmap* map=KPMapList[0]);
+int GenerateRandNum(int lower_bound,int higher_bound);
+#endif