tahoma2d/toonz/sources/image/tzp/tiio_tzp.h

22 lines
359 B
C
Raw Normal View History

2016-03-19 06:57:51 +13:00
#ifndef TTIO_TZP_INCLUDED
#define TTIO_TZP_INCLUDED
#include "tiio.h"
#include "tproperty.h"
//===========================================================================
namespace Tiio
{
//===========================================================================
Tiio::Reader *makeTzpReader();
Tiio::Writer *makeTzpWriter();
} // namespace
#endif