comments.
This commit is contained in:
parent
462891ce94
commit
354e39cd7e
1 changed files with 12 additions and 0 deletions
|
@ -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.
|
||||
**
|
||||
|
|
Loading…
Add table
Reference in a new issue