QTfrontend/CocoaInitializer.h
author nemo
Fri, 12 Nov 2010 15:57:30 -0500
changeset 4272 cf18de7ea3d4
parent 2948 3f21a9dc93d0
child 5095 15dd764b728c
permissions -rw-r--r--
engine side of a more wind patch. no frontend hook. just want to check it in to pull it from another machine

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

#ifndef COCOAINITIALIZER_H
#define COCOAINITIALIZER_H

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

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

#endif