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

21 lines
371 B
C++

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