QTfrontend/CocoaInitializer.h
author nemo
Sun, 02 May 2010 16:28:06 +0000
changeset 3402 b1fbf50da522
parent 2948 3f21a9dc93d0
child 5095 15dd764b728c
permissions -rw-r--r--
Clear IntersectGear if there is no portal link. Portals don't need it and it blocks shots straight down on first portal.

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

#ifndef COCOAINITIALIZER_H
#define COCOAINITIALIZER_H

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

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

#endif