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

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