QTfrontend/InstallController.h
author nemo
Wed, 11 Nov 2009 21:54:28 +0000
changeset 2616 6e2b341dc408
parent 2400 2422ea85d100
child 2948 3f21a9dc93d0
permissions -rw-r--r--
AI fire w/o moving for artillery. Needs testing, but seems to work quickly and w/o AI screwups.

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