tahoma2d/toonz/sources/image/quantel/tiio_quantel.h
2016-05-17 00:04:11 +09:00

19 lines
302 B
C++

#pragma once
#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