Indented with src/scripts/indent-emp.

This commit is contained in:
Markus Armbruster 2003-09-02 20:48:48 +00:00
parent 5f263a7753
commit 9b7adfbecc
437 changed files with 52211 additions and 51052 deletions

View file

@ -35,24 +35,24 @@
#define _POWER_H_
struct powstr {
natid p_nation;
float p_sects;
float p_effic;
float p_civil;
float p_milit;
float p_shell;
float p_guns;
float p_petrol;
float p_iron;
float p_dust;
float p_food;
float p_oil;
float p_bars;
float p_planes;
float p_ships;
float p_units;
float p_money;
float p_power;
natid p_nation;
float p_sects;
float p_effic;
float p_civil;
float p_milit;
float p_shell;
float p_guns;
float p_petrol;
float p_iron;
float p_dust;
float p_food;
float p_oil;
float p_bars;
float p_planes;
float p_ships;
float p_units;
float p_money;
float p_power;
};
#define getpower(n, p) \