Changeset 541

Show
Ignore:
Timestamp:
08/20/07 07:59:13 (1 year ago)
Author:
ajps
Message:

Move ui-event to be game-event.

Files:

Legend:

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

    r538 r541  
    3636        files.o \ 
    3737        game-cmd.o \ 
     38        game-event.o \ 
    3839        generate.o \ 
    3940        init1.o \ 
     
    6263        trap.o \ 
    6364        ui.o \ 
    64         ui-event.o \ 
    6565        util.o  \ 
    6666        variable.o \ 
  • trunk/src/cave.c

    r540 r541  
    1717 */ 
    1818#include "angband.h" 
    19 #include "ui-event.h" 
     19#include "game-event.h" 
    2020 
    2121/* 
  • trunk/src/game-event.c

    r540 r541  
    2121#include <assert.h> 
    2222#include "z-virt.h" 
    23 #include "ui-event.h" 
     23#include "game-event.h" 
    2424 
    2525struct event_handler_entry; 
  • trunk/src/init2.c

    r540 r541  
    1515#include "cmds.h" 
    1616#include "option.h" 
    17 #include "ui-event.h" 
     17#include "game-event.h" 
    1818#include "game-cmd.h" 
    1919 
  • trunk/src/xtra1.c

    r540 r541  
    1818 */ 
    1919#include "angband.h" 
    20 #include "ui-event.h" 
     20#include "game-event.h" 
    2121 
    2222struct flag_event_trigger 
  • trunk/src/xtra3.c

    r540 r541  
    2020 
    2121#include "angband.h" 
    22 #include "ui-event.h" 
     22#include "game-event.h" 
    2323 
    2424