QTfrontend/CocoaInitializer.h
author nemo
Tue, 14 Dec 2010 17:47:38 -0500
changeset 4528 630f4ab0c926
parent 2948 3f21a9dc93d0
child 5095 15dd764b728c
permissions -rw-r--r--
Reorder top registered variables by frequency gathered from 60 or so games of varying length/type. Oh. And add green hair to joker.

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

#ifndef COCOAINITIALIZER_H
#define COCOAINITIALIZER_H

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

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

#endif