mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-20 10:53:22 +00:00
Update the file header comments
This commit is contained in:
parent
8d0dfd2c30
commit
751d39fb50
3 changed files with 9 additions and 2 deletions
|
@ -23,8 +23,9 @@
|
||||||
* Low level, platform depended "qal" API implementation. This files
|
* Low level, platform depended "qal" API implementation. This files
|
||||||
* provides functions to load, initialize, shutdown und unload the
|
* provides functions to load, initialize, shutdown und unload the
|
||||||
* OpenAL library and connects the "qal" funtion pointers to the
|
* OpenAL library and connects the "qal" funtion pointers to the
|
||||||
* OpenAL functions. This source file was taken from Q2Pro and
|
* OpenAL functions. It shopuld work on Windows and unixoid Systems,
|
||||||
* modified by the YQ2 authors.
|
* other platforms may need an own implementation. This source file
|
||||||
|
* was taken from Q2Pro and modified by the YQ2 authors.
|
||||||
*
|
*
|
||||||
* =======================================================================
|
* =======================================================================
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -26,6 +26,9 @@
|
||||||
* QGL_Init() - loads libraries, assigns function pointers, etc.
|
* QGL_Init() - loads libraries, assigns function pointers, etc.
|
||||||
* QGL_Shutdown() - unloads libraries, NULLs function pointers
|
* QGL_Shutdown() - unloads libraries, NULLs function pointers
|
||||||
*
|
*
|
||||||
|
* This implementation should work for Windows and unixoid platforms,
|
||||||
|
* other platforms may need an own implementation.
|
||||||
|
*
|
||||||
* =======================================================================
|
* =======================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -29,6 +29,9 @@
|
||||||
* refresher and those subsystems are the main cause for the very
|
* refresher and those subsystems are the main cause for the very
|
||||||
* acurate and precise input controls of the id Tech 2.
|
* acurate and precise input controls of the id Tech 2.
|
||||||
*
|
*
|
||||||
|
* This implementation works for Windows and unixoid systems, but
|
||||||
|
* other platforms may need an own implementation!
|
||||||
|
*
|
||||||
* =======================================================================
|
* =======================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue