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

21 lines
371 B
C++

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