~ubuntu-branches/ubuntu/utopic/openal-soft/utopic

« back to all changes in this revision

Viewing changes to OpenAL32/Include/alError.h

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2012-05-22 10:14:53 UTC
  • mfrom: (7.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20120522101453-knsv1m1m8vl5ccfp
Tags: 1:1.14-3ubuntu1
* Merge from Debian testing.  Remaining changes:
  - Add a symbols file for libopenal1
* debian/libopenal1.symbols:
  - Update for 1.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
extern "C" {
9
9
#endif
10
10
 
 
11
extern ALboolean TrapALError;
 
12
 
11
13
ALvoid alSetError(ALCcontext *Context, ALenum errorCode);
12
14
 
13
15
#ifdef __cplusplus