]> git.pond.sub.org Git - empserver/blobdiff - include/genitem.h
Indented with src/scripts/indent-emp.
[empserver] / include / genitem.h
index 1a928207319a385adfa3f3ed3caecf947201b3ef..6f02cb66e95adbe80fce03609affafab8ef041b0 100644 (file)
 #define _GENITEM_H_
 
 struct genitem {
-       short   ef_type;
-        natid  own;
-        short  uid;
-        coord  x;
-       coord   y;
-        s_char type;
-        s_char effic;
-        s_char mobil;
-        short  sell;
-        short  tech;
-        s_char group;
-       coord   opx,opy;
-       short   mission;
-       short   radius;
+    short ef_type;
+    natid own;
+    short uid;
+    coord x;
+    coord y;
+    s_char type;
+    s_char effic;
+    s_char mobil;
+    short sell;
+    short tech;
+    s_char group;
+    coord opx, opy;
+    short mission;
+    short radius;
 };
 
 struct genobject {
-       short   ef_type;
-        natid  own;
+    short ef_type;
+    natid own;
 };
 
 struct genchrstr {
-       u_char  nv;     /* current number of variables */
-       u_char  vtype[MAXCHRNV];
-       u_short vamt[MAXCHRNV];
+    u_char nv;                 /* current number of variables */
+    u_char vtype[MAXCHRNV];
+    u_short vamt[MAXCHRNV];
 };
 
 #endif /* _GENITEM_H_ */