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

19 lines
303 B
C
Raw Normal View History

2020-05-27 18:38:36 +12:00
#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