home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / apilot.lha / APilot / APilot_Ser / ships.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-12-03  |  456 b   |  16 lines

  1. /**********************************************************************
  2.  *
  3.  * ships.h -- Header file for ships.c
  4.  *
  5.  *-------------------------------------------------------------------------
  6.  * Authors: Casper Gripenberg  (casper@alpha.hut.fi)
  7.  *          Kjetil Jacobsen  (kjetilja@stud.cs.uit.no)    
  8.  *
  9.  */
  10.  
  11. #include "common.h"
  12.  
  13. /* Coordinates for local ship */
  14. #define LOCL_X  (SCR_WIDTH+MAP_BLOCKSIZE*2)/2
  15. #define LOCL_Y  (SCR_HEIGHT+MAP_BLOCKSIZE*2)/2
  16.