view pped/main.h @ 13:ed82a42ba89d

Added code to cause missiles, fighters and plasmas to get confused in nebulous terrain. If it gets confused then it picks a random direction to go.
author darius
date Sat, 06 Dec 1997 06:27:03 +0000
parents 2719a89505ba
children
line wrap: on
line source

#include <stdarg.h>

/*
 * prototypes for main.c
 */

int main(int argc, char *argv[]);
void err(char *s, ...);
void err_sys(char *s, ...);
void GoAway(int type);