Update header comment

This commit is contained in:
Yamagi Burmeister 2013-04-21 11:13:26 +02:00
parent 92be8c75e3
commit a1f5ccfcac

View file

@ -21,9 +21,13 @@
* *
* ======================================================================= * =======================================================================
* *
* This is an OpenAL backend for the Quake II Soundsystem. Most of these * This is the OpenAL backend for the Quake II Soundsystem. Most of these
* functions are from the Q2Pro project, and some are from zeq2. We * functions were optained from the Q2Pro project, and some are from zeq2.
* adapted them to work with Yamagi Quake II. * We adapted them to work with Yamagi Quake II. The OpenAL backend is
* split into two layers. This is the upper layer, doing the actual work.
* The lower layer implements the interface between Q2 and the OpenAL
* implementation. This backend is overmuch complicated due to the
* restrictions of the frontend.
* *
* ======================================================================= * =======================================================================
*/ */