package org.lwjgl.openal; /** * $Id$ * * This is the OpenAL class. It extends the latest core. * * @author Brian Matzon * @version $Revision$ */ public class AL extends CoreAL10 { /** * Nothing to se here - please move along */ public AL() { } }