mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-22 20:51:31 +00:00
Update header comment
This commit is contained in:
parent
92be8c75e3
commit
a1f5ccfcac
1 changed files with 7 additions and 3 deletions
|
@ -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.
|
||||||
*
|
*
|
||||||
* =======================================================================
|
* =======================================================================
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue