]> git.pond.sub.org Git - empserver/blobdiff - include/budg.h
Update known contributors comments
[empserver] / include / budg.h
index 653ffe19a331cd2b6bdf2b7954c233523b238cf9..0b7110d2f2c2c94fbbbe5793bcf88482a55980c6 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2008, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2009, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
  *  ---
  *
  *  budg.h: Budget related definitions
- * 
+ *
  *  Known contributors to this file:
  *     Ville Virrankoski, 1995
+ *     Markus Armbruster, 2004-2009
  */
 
 #ifndef BUDG_H
@@ -38,6 +39,8 @@
 #include "item.h"
 
 #define SCT_EFFIC (SCT_TYPE_MAX + 1)
+#define SCT_MAINT (SCT_TYPE_MAX + 2)
+#define SCT_BUDG_MAX SCT_MAINT
 
 struct bp *bp_alloc(void);
 void bp_set_from_sect(struct bp *, struct sctstr *);