Changeset 592
- Timestamp:
- 09/29/07 17:09:11 (1 year ago)
- Files:
-
- trunk/src/externs.h (modified) (1 diff)
- trunk/src/h-basic.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/externs.h
r589 r592 431 431 extern void wipe_o_list(void); 432 432 extern s16b o_pop(void); 433 extern object_type *get_first_object(int y, int x);434 extern object_type *get_next_object(const object_type *o_ptr);433 extern object_type *get_first_object(int y, int x); 434 extern object_type *get_next_object(const object_type *o_ptr); 435 435 extern bool init_obj_alloc(void); 436 436 extern void free_obj_alloc(void); trunk/src/h-basic.h
r537 r592 1 /*2 * File: h-basic.h3 *4 * The most basic "include" file.5 */6 7 1 #ifndef INCLUDED_H_BASIC_H 8 2 #define INCLUDED_H_BASIC_H … … 196 190 typedef uint32_t u32b; 197 191 typedef int32_t s32b; 192 193 typedef uint64_t u64b; 194 typedef int64_t s64b; 198 195 199 196 #define MAX_UCHAR UINT8_MAX
