QTfrontend/CocoaInitializer.h
author smxx
Fri, 12 Feb 2010 17:02:08 +0000
changeset 2801 24739a3bf5e3
parent 2400 2422ea85d100
child 2948 3f21a9dc93d0
permissions -rw-r--r--
Engine: * Show alternative weapon that might be used while on rope (if any is selected)

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

#ifndef COCOAINITIALIZER_H
#define COCOAINITIALIZER_H

class CocoaInitializer
{
	public:
		CocoaInitializer();
		~CocoaInitializer();

	private:
		class Private;
		Private* d;
                Private* c;
};

#endif