summaryrefslogtreecommitdiff
path: root/GenerateScript.h
blob: 8646c5b755c5df8cbb5e8cadff751eb8d0fd4149 (plain)
1
2
3
4
5
6
7
8
9
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