Show
Ignore:
Timestamp:
02/01/08 04:41:56 (10 months ago)
Author:
takkaria
Message:
  • Move out the value_check_aux*() functions to obj-make.c (though I'm considering perhaps a new obj-know.c might be a better place)
  • Make the pseudo-ID constants into an enum and place in object.h
  • Make object_desc() take an odesc_detail_t instead of an int
  • Clean up some whitespace
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/angband.h

    r610 r676  
    3838#include "ui.h" 
    3939#include "z-type.h" 
     40#include "object.h" 
    4041#include "externs.h" 
    41 #include "object.h" 
    4242 
    4343