Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 5 and Version 6 of code/libs/OpenAL


Ignore:
Timestamp:
Nov 29, 2007, 1:57:39 PM (16 years ago)
Author:
nicolape
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/libs/OpenAL

    v5 v6  
    2929
    3030For using OpenAL and ALUT, you need to
    31 #include <al.h>[[BR]]
    32 #include <alc.h>[[BR]]
    33 #include <alut.h>[[BR]]
     31{{{
     32#include <al.h>
     33#include <alc.h>
     34#include <alut.h>
     35}}}
    3436
    35 and link against at
     37and link against at[[BR]]
    3638libopenal[[BR]]
    3739libalut[[BR]]