home *** CD-ROM | disk | FTP | other *** search
- /**********************************************************************
- *
- * ships.h -- Header file for ships.c
- *
- *-------------------------------------------------------------------------
- * Authors: Casper Gripenberg (casper@alpha.hut.fi)
- * Kjetil Jacobsen (kjetilja@stud.cs.uit.no)
- *
- */
-
- #include "common.h"
-
- /* Coordinates for local ship */
- #define LOCL_X (SCR_WIDTH+MAP_BLOCKSIZE*2)/2
- #define LOCL_Y (SCR_HEIGHT+MAP_BLOCKSIZE*2)/2
-