]> git.pond.sub.org Git - empserver/blobdiff - include/types.h
client: Unbreak standalone build
[empserver] / include / types.h
index 6709d0a55f7e909a4fee8c02b2f60fd8d0a1222e..5f9fce7510efa1be36ee66ecb603af7a8caa855a 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2014, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2021, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -27,7 +27,7 @@
  *  types.h: Empire types
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2006-2013
+ *     Markus Armbruster, 2006-2014
  */
 
 #ifndef TYPES_H
 typedef unsigned char natid;   /* NSC_NATID must match this */
 typedef short coord;
 
-enum d_navigation {
-    NAV_NONE,  /* ships can't navigate */
-    NAVOK,     /* ships can always navigate */
-    NAV_02,    /* requires 2% effic to navigate */
-    NAV_CANAL, /* requires 2% effic to navigate and M_CANAL capability */
-    NAV_60     /* requires 60% effic to navigate */
-};
-
 struct bp;
 struct emp_qelem;
 struct empobj;
@@ -66,7 +58,6 @@ struct shiplist;
 struct shpstr;
 struct symbol;
 struct trdstr;
-struct trtstr;
 struct comstr;
 struct cmndstr;
 struct ulist;