Guard unit.h against multiple inclusion

This commit is contained in:
Markus Armbruster 2008-09-16 18:47:06 -04:00
parent 60000b1a42
commit 4a44b51f8c

View file

@ -32,6 +32,9 @@
* Markus Armbruster, 2006
*/
#ifndef UNIT_H
#define UNIT_H
#include "empobj.h"
struct ulist {
@ -60,3 +63,5 @@ extern void unit_update_cargo(struct empobj *);
extern void unit_drop_cargo(struct empobj *, natid);
extern void unit_give_away(struct empobj *, natid, natid);
extern void unit_wipe_orders(struct empobj *);
#endif