diff options
author | Andrey Nazarov <skuller@skuller.net> | 2010-05-09 17:06:27 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2010-05-09 17:06:27 +0000 |
commit | 633c832e43c42bce0a685a93acfc3937c84ed6bb (patch) | |
tree | 93f1da6ad3d2e66ec52a6b7548343dccb67facdf /source/files.h | |
parent | 1f3c71bf0acc8cf7d8893acfdc4ed0e24dde2e0e (diff) |
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.
Diffstat (limited to 'source/files.h')
-rw-r--r-- | source/files.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |