Normalize inclusion guards: use NAME_H for name.h. Some headers

lacked them, others used reserved identifiers.
This commit is contained in:
Markus Armbruster 2005-12-29 10:16:01 +00:00
parent b316861e9d
commit fa52e6944d
55 changed files with 171 additions and 150 deletions

View file

@ -31,8 +31,8 @@
* Ken Stevens, 1995
*/
#ifndef _RETREAT_H_
#define _RETREAT_H_
#ifndef RETREAT_H
#define RETREAT_H
#define MAX_RETREAT 2 /* Max number of sectors you can retreat */
#define RET_LEN 10
@ -47,4 +47,4 @@
#define RET_DCHRGED 64 /* Retreat when depth-charged */
#define RET_BOARDED 128 /* Retreat when unsuccessfully boarded */
#endif /* _RETREAT_H_ */
#endif