revert audio to use SDL_mixer -- also frontend uses it, so it needs sdlmixer sources
the button for voicepack preview is broken for unknown reasons
/*
* Copyright (C) 2008 Remko Troncon
*/
#ifndef AUTOUPDATER_H
#define AUTOUPDATER_H
class AutoUpdater
{
public:
virtual ~AutoUpdater();
virtual void checkForUpdates() = 0;
};
#endif