// $Id: Audio1.h 2268 2009-11-29 21:51:49Z matevz $ // Copyright (C) 1999-2008, Matevz Tadel. All rights reserved. // This file is part of GLED, released under GNU General Public License version 2. // For the licensing terms see $GLEDSYS/LICENSE or http://www.gnu.org/. #ifndef Audio1_Audio1_H #define Audio1_Audio1_H #include namespace Audio1 { void CheckAlError(const Exc_t& eh); } #endif