AirRaid - MS DOS game (Turbo C++)
Written by Sreekumar K J, c. 1999-2001.

CONTENTS
  AIR_RAID.CPP   text-mode version - compiles standalone under Turbo C++
                 (needs only iostream.h, conio.h, stdio.h, dos.h, process.h)
  AIRGRAPH.CPP   graphical (BGI) version
  kj.h           author's DOS keyboard/mouse/graphics helper library
  Airraid.exe    original compiled binary (2000)

NOTE ON COMPLETENESS
  AIRGRAPH.CPP includes "kjmenu.cpp", which did not survive in the
  author's archives. The graphical version therefore will not compile
  as-is. AIR_RAID.CPP is complete and builds on its own.

  Recovered from original media in 2026. Last successful compilation of
  these programs was between 2000 and 2002. Provided as-is.
