tahoma2d/toonz/sources/image/quantel/tiio_quantel.h

20 lines
290 B
C
Raw Normal View History

2016-03-19 06:57:51 +13:00
#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