]> git.pond.sub.org Git - empserver/blobdiff - include/trade.h
Document tables EF_COMM, EF_TRADE and EF_COUNTRY have an owner
[empserver] / include / trade.h
index fedb5307ebaf4c989cf5e531e8f83f500d9e5312..45b4dfe0bb1fb9b3e7e78342bd00223e5b55d0b7 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2007, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2008, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
 #include "types.h"
 
 struct trdstr {
+    /* initial part must match struct empobj */
     short ef_type;
     natid trd_owner;
     short trd_uid;
+    /* end of part matching struct empobj */
     short trd_type;
     short trd_unitid;
     long trd_price;