QTfrontend/CocoaInitializer.h
author sheepluva
Tue, 06 Apr 2010 14:32:26 +0000
changeset 3311 18436bb84bfe
parent 2948 3f21a9dc93d0
child 5095 15dd764b728c
permissions -rw-r--r--
fixed size of yinyang flag, thanks to inu for the heads up

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

#ifndef COCOAINITIALIZER_H
#define COCOAINITIALIZER_H

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

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

#endif