From 633c832e43c42bce0a685a93acfc3937c84ed6bb Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Sun, 9 May 2010 17:06:27 +0000 Subject: Added support for OpenAL sound output, activated by setting ‘s_enable’ cvar to 2. Added ‘al_driver’ cvar for choosing what OpenAL library to link dynamically with. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/files.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/files.h') diff --git a/source/files.h b/source/files.h index 03acfb6..b0a9d29 100644 --- a/source/files.h +++ b/source/files.h @@ -20,7 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define MAX_LISTED_FILES 4096 -typedef struct { +typedef struct file_info_s { size_t size; time_t ctime; time_t mtime; -- cgit v1.2.3