Changeset 96

Show
Ignore:
Timestamp:
04/29/07 11:10:27 (1 year ago)
Author:
pmac
Message:

Rename typeutils* to z-type

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/Makefile.src

    r92 r96  
    77 
    88HDRS = h-basic.h h-config.h 
    9 INCS = angband.h config.h defines.h externs.h types.h typeutils.h
    10        z-term.h z-rand.h z-util.h z-virt.h z-form.h 
     9INCS = angband.h config.h defines.h externs.h types.h
     10       z-term.h z-rand.h z-type.h z-util.h z-virt.h z-form.h 
    1111 
    1212HEADERS = $(HDRS) $(INCS) 
    1313 
    14 ZFILES = z-file z-form z-rand z-term z-util z-virt 
     14ZFILES = z-file z-form z-rand z-term z-type z-util z-virt 
    1515MAINFILES = main maid-x11 \ 
    1616        $(addprefix main-,cap crb dos gcu gtk ibm lsl ros sla vcs win x11 xaw xpj) 
     
    4747        store \ 
    4848        tables \ 
    49         typeutils \ 
    5049        ui \ 
    5150        use-obj  \ 
  • trunk/src/angband.h

    r92 r96  
    3434#include "types.h" 
    3535#include "ui.h" 
    36 #include "typeutils.h" 
     36#include "z-type.h" 
    3737#include "externs.h" 
    3838 
  • trunk/src/z-form.c

    r93 r96  
    1212 
    1313#include "z-form.h" 
    14 #include "typeutils.h" 
     14#include "z-type.h" 
    1515 
    1616#include "z-util.h" 
  • trunk/src/z-type.c

    r92 r96  
    33#include "z-term.h" 
    44#include "ui.h" 
    5 #include "typeutils.h" 
     5#include "z-type.h" 
    66 
    77#define TYPE_FUN(v2u, tv, T, v) \