QTfrontend/InstallController.h
author sheepluva
Sat, 01 May 2010 05:15:16 +0000
changeset 3384 7eb4707d43f0
parent 2948 3f21a9dc93d0
child 3697 d5b30d6373fc
permissions -rw-r--r--
* added some comments * added some nil checks * removed unused and incorrect _0_998 * added sine-gun (early alpha)

/*
 *  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