Changeset 453
- Timestamp:
- 08/06/07 13:09:13 (1 year ago)
- Files:
-
- trunk/src/config.h (modified) (2 diffs)
- trunk/src/defines.h (modified) (2 diffs)
- trunk/src/effects.h (modified) (2 diffs)
- trunk/src/externs.h (modified) (2 diffs)
- trunk/src/osx/osx_tables.h (modified) (2 diffs)
- trunk/src/ui.h (modified) (3 diffs)
- trunk/src/win/readdib.h (modified) (2 diffs)
- trunk/src/z-type.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/config.h
r199 r453 1 1 /* File: config.h */ 2 3 #ifndef INCLUDED_CONFIG_H 4 #define INCLUDED_CONFIG_H 2 5 3 6 /* … … 285 288 # endif /* USE_GRAPHICS */ 286 289 #endif /* ALLOW_BORG */ 290 291 #endif /* !INCLUDED_CONFIG_H */ trunk/src/defines.h
r450 r453 1 1 /* File: defines.h */ 2 3 #ifndef INCLUDED_DEFINES_H 4 #define INCLUDED_DEFINES_H 2 5 3 6 /* … … 3120 3123 #define NOSCORE_DEBUG 0x0008 3121 3124 #define NOSCORE_BORG 0x0010 3125 3126 #endif /* !INCLUDED_DEFINES_H */ trunk/src/effects.h
r421 r453 20 20 /* Function */ 21 21 #ifndef EFFECT 22 #ifndef ANGBAND_EFFECTS_H23 #define ANGBAND_EFFECTS_H22 #ifndef INCLUDED_EFFECTS_H 23 #define INCLUDED_EFFECTS_H 24 24 25 25 bool do_effect(int effect, bool *ident, int dir, int beam); … … 38 38 #undef EFFECT 39 39 40 #endif /* ANGBAND_EFFECTS_H */40 #endif /* INCLUDED_EFFECTS_H */ 41 41 42 42 #else trunk/src/externs.h
r450 r453 1 1 /* File: externs.h */ 2 3 #ifndef INCLUDED_EXTERNS_H 4 #define INCLUDED_EXTERNS_H 2 5 3 6 /* … … 773 776 774 777 bool make_fake_artifact(object_type *o_ptr, byte name1); 778 779 #endif /* !INCLUDED_EXTERNS_H */ trunk/src/osx/osx_tables.h
r185 r453 3 3 * IMPORTANT: see note in main-crb.c if you wish to add menus. 4 4 */ 5 #ifndef INCLUDED_OSX_TABLES_H 6 #define INCLUDED_OSX_TABLES_H 7 5 8 #define MAX_MENU_ID (150) 6 9 … … 207 210 }; 208 211 212 #endif /* !INCLUDED_OSX_TABLES_H */ trunk/src/ui.h
r348 r453 1 2 1 /* 3 2 * Copyright (c) 2007 Pete Mack and others … … 10 9 11 10 12 #ifndef UI_H13 #define UI_H11 #ifndef INCLUDED_UI_H 12 #define INCLUDED_UI_H 14 13 15 14 /* ============= Constants ============ */ … … 384 383 385 384 386 #endif /* UI_H */ 387 388 389 390 385 #endif /* INCLUDED_UI_H */ trunk/src/win/readdib.h
r63 r453 1 1 /* File: readdib.h */ 2 3 #ifndef INCLUDED_READDIB_H 4 #define INCLUDED_READDIB_H 2 5 3 6 /* … … 23 26 /* Free a DIB */ 24 27 extern void FreeDIB(DIBINIT *dib); 28 29 #endif /* !INCLUDED_READDIB_H */ trunk/src/z-type.h
r96 r453 1 1 #ifndef INCLUDED_ZTYPE_H 2 #define INCLUDED_ZTYPE_H 2 3 3 4 typedef struct data_panel data_panel; … … 43 44 }; 44 45 46 #endif /* !INCLUDED_ZTYPE_H */
