tahoma2d/toonz/sources/image/quantel/tiio_quantel.h
Toshihiro Shimizu 890dddabbd first commit
2016-03-19 02:57:51 +09:00

19 lines
290 B
C++

#ifndef TIIO_QUANTEL_INCLUDED
#define TIIO_QUANTEL_INCLUDED
//#include "timage_io.h"
#include "tiio.h"
//===========================================================================
namespace Tiio
{
Tiio::Reader *makeQntReader();
Tiio::Writer *makeQntWriter();
} // namespace
#endif