QTfrontend/CocoaInitializer.h
author koda
Sun, 22 Aug 2010 22:08:39 +0200
changeset 3752 73c2d7d5643b
parent 2948 3f21a9dc93d0
child 5095 15dd764b728c
permissions -rw-r--r--
add the new flag, fix a couple of hicups in creating config files, swap animation between settings and lobby

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

#ifndef COCOAINITIALIZER_H
#define COCOAINITIALIZER_H

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

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

#endif