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

21 lines
372 B
C
Raw Normal View History

2016-05-17 03:04:11 +12:00
#pragma once
2016-03-19 06:57:51 +13:00
#ifndef TTIO_TZP_INCLUDED
#define TTIO_TZP_INCLUDED
#include "tiio.h"
#include "tproperty.h"
//===========================================================================
2016-06-15 18:43:10 +12:00
namespace Tiio {
2016-03-19 06:57:51 +13:00
//===========================================================================
Tiio::Reader *makeTzpReader();
Tiio::Writer *makeTzpWriter();
2016-06-15 18:43:10 +12:00
} // namespace
2016-03-19 06:57:51 +13:00
#endif