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

22 lines
359 B
C
Raw Normal View History

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