summaryrefslogtreecommitdiff
path: root/KPLFillModSpecific.h
blob: 4565fde15eecd3edc678722eed0e7f93b40be845 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//---------------------------------------------------------------------------

#ifndef KPLFillModSpecificH
#define KPLFillModSpecificH
#include "KPLTypes.h"
extern cKPmap** KPMapList;
extern cKPfaction** KPFactionList;
extern int nbrKPmaps;
extern int nbrKPfactions;
//---------------------------------------------------------------------------
void KPLFillModSpecific();
#endif