QTfrontend/InstallController.h
author unc0rr
Wed, 10 Mar 2010 06:50:06 +0000
changeset 2972 82828fd23dea
parent 2948 3f21a9dc93d0
child 3697 d5b30d6373fc
permissions -rw-r--r--
Patch by soreau (polished by me): show floating away ammo icon when you pick up a crate

/*
 *  InstallController.h
 *  
 *
 *  Created by Vittorio on 28/09/09.
 *  Copyright 2009 __MyCompanyName__. All rights reserved.
 *
 */

#ifndef INSTALLCONTROLLER_H
#define INSTALLCONTROLLER_H

class InstallController
        {
    public:
        virtual ~InstallController();
                
        virtual void showInstallController() = 0;
        };

#endif