fileformat/CardBlocks/cardBlockFactory.h
Go to the documentation of this file.
00001 #ifndef CARDBLOCKFACTORY_H
00002 #define CARDBLOCKFACTORY_H
00003 
00004 
00005 //This file was AUTO-GENERATED. Make changes in the generator script(./generate.py)
00006 //the derived classes or in the data definition
00007 
00008 
00009 
00010 #include "CardBlock.h"
00011 #include <QtCore/QSharedPointer>
00012 
00013 QSharedPointer<CardBlock> cardBlockFactory(const DataPointer& start);
00014 #endif