]> git.pond.sub.org Git - empserver/blobdiff - include/power.h
Indented with src/scripts/indent-emp.
[empserver] / include / power.h
index 43f41465660a5115131bd8989931a9364c92ba5a..27339c21ebcf38145e038caec6e8c5a37ac2eacc 100644 (file)
 #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) \