scyther/gui/src/cost.h
2007-05-17 17:28:10 +02:00

7 lines
70 B
C

#ifndef COST
#define COST
int attackCost (const System sys);
#endif