mirror of
https://github.com/tribes2/engine.git
synced 2026-01-20 03:34:48 +00:00
12 lines
387 B
C
12 lines
387 B
C
//-----------------------------------------------------------------------------
|
|
// V12 Engine
|
|
//
|
|
// Copyright (c) 2001 GarageGames.Com
|
|
// Portions Copyright (c) 2001 by Sierra Online, Inc.
|
|
//-----------------------------------------------------------------------------
|
|
|
|
extern int bindOpenALFunctions(void);
|
|
|
|
// Unload the Loki OpenAL functions
|
|
extern void unbindOpenALFunctions(void);
|