fileformat/VuBlocks/vuBlockFactory.h
Go to the documentation of this file.
00001 #ifndef VUBLOCKFACTORY_H
00002 #define VUBLOCKFACTORY_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 <QtCore/QSharedPointer>
00011 #include "VuUnknownBlock.h"
00012 #include "VuBlock.h"
00013 
00014 QSharedPointer<VuBlock> vuBlockFactory(const DataPointer& start);
00015 #endif