Show
Ignore:
Timestamp:
10/01/08 00:53:56 (3 months ago)
Author:
takkaria
Message:

Reorganise some source files. Sorry if this screws things up for anyone; in the long term, this is a much better way for things to be, as things get split out into more files.

Files:

Legend:

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

    r966 r993  
    296296extern int project_path(u16b *gp, int range, \ 
    297297                         int y1, int x1, int y2, int x2, int flg); 
    298 extern bool projectable(int y1, int x1, int y2, int x2); 
     298extern bool projectable(int y1, int x1, int y2, int x2, int flg); 
    299299extern void scatter(int *yp, int *xp, int y, int x, int d, int m); 
    300300extern void health_track(int m_idx);