QTfrontend/AutoUpdater.h
author Henek
Mon, 22 Nov 2010 00:34:53 +0100
changeset 4410 f9e38ce1e813
parent 2948 3f21a9dc93d0
child 8284 a874d00df4a4
permissions -rw-r--r--
a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff

/*
 * Copyright (C) 2008 Remko Troncon
 */

#ifndef AUTOUPDATER_H
#define AUTOUPDATER_H

class AutoUpdater
{
    public:
        virtual ~AutoUpdater();

        virtual void checkForUpdates() = 0;
};

#endif