From 751d39fb50ada09aff442a7cb3c6b8a1df3ffd5f Mon Sep 17 00:00:00 2001 From: Yamagi Burmeister Date: Thu, 2 Aug 2012 14:00:04 +0200 Subject: [PATCH] Update the file header comments --- src/backends/generic/qal.c | 5 +++-- src/backends/generic/qgl.c | 3 +++ src/backends/generic/vid.c | 3 +++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/backends/generic/qal.c b/src/backends/generic/qal.c index b0907fe1..b3b1e666 100644 --- a/src/backends/generic/qal.c +++ b/src/backends/generic/qal.c @@ -23,8 +23,9 @@ * Low level, platform depended "qal" API implementation. This files * provides functions to load, initialize, shutdown und unload the * OpenAL library and connects the "qal" funtion pointers to the - * OpenAL functions. This source file was taken from Q2Pro and - * modified by the YQ2 authors. + * OpenAL functions. It shopuld work on Windows and unixoid Systems, + * other platforms may need an own implementation. This source file + * was taken from Q2Pro and modified by the YQ2 authors. * * ======================================================================= */ diff --git a/src/backends/generic/qgl.c b/src/backends/generic/qgl.c index 7ec9006b..4f580d90 100644 --- a/src/backends/generic/qgl.c +++ b/src/backends/generic/qgl.c @@ -26,6 +26,9 @@ * QGL_Init() - loads libraries, assigns function pointers, etc. * QGL_Shutdown() - unloads libraries, NULLs function pointers * + * This implementation should work for Windows and unixoid platforms, + * other platforms may need an own implementation. + * * ======================================================================= */ diff --git a/src/backends/generic/vid.c b/src/backends/generic/vid.c index ec88eca2..f953093a 100644 --- a/src/backends/generic/vid.c +++ b/src/backends/generic/vid.c @@ -29,6 +29,9 @@ * refresher and those subsystems are the main cause for the very * 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! + * * ======================================================================= */