comments.

This commit is contained in:
johns 2000-07-14 21:13:38 +00:00
parent 462891ce94
commit 354e39cd7e

View file

@ -16,6 +16,10 @@
//@{
/*----------------------------------------------------------------------------
-- Includes
----------------------------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
@ -33,6 +37,10 @@
#include "missile.h"
#include "sound.h"
/*----------------------------------------------------------------------------
-- Variables
----------------------------------------------------------------------------*/
//
// Convert heading into direction.
//
@ -40,6 +48,10 @@
local int Heading2X[8] = { 0,+1,+1,+1, 0,-1,-1,-1 };
local int Heading2Y[8] = { -1,-1, 0,+1,+1,+1, 0,-1 };
/*----------------------------------------------------------------------------
-- Function
----------------------------------------------------------------------------*/
/**
** Generic unit mover.
**