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

21 lines
359 B
C++

#ifndef TTIO_TZP_INCLUDED
#define TTIO_TZP_INCLUDED
#include "tiio.h"
#include "tproperty.h"
//===========================================================================
namespace Tiio
{
//===========================================================================
Tiio::Reader *makeTzpReader();
Tiio::Writer *makeTzpWriter();
} // namespace
#endif