QTfrontend/AutoUpdater.h
author nemo
Sat, 13 Mar 2010 14:19:34 +0000
changeset 2981 d0471586a616
parent 2948 3f21a9dc93d0
child 8284 a874d00df4a4
permissions -rw-r--r--
Fix basketball map and hog cannon.

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

#ifndef AUTOUPDATER_H
#define AUTOUPDATER_H

class AutoUpdater
{
    public:
        virtual ~AutoUpdater();

        virtual void checkForUpdates() = 0;
};

#endif