tahoma2d/toonz/sources/image/tzp/tiio_plt.h
2016-06-15 15:43:10 +09:00

20 lines
372 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