tahoma2d/toonz/sources/include/tcg/tcg_misc.h

20 lines
324 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 TCG_MISC_H
#define TCG_MISC_H
/*
\file tcg_misc.h
2016-06-15 18:43:10 +12:00
\deprecated This file contains the includes for tcg constants, numeric,
polynomial
2016-03-19 06:57:51 +13:00
and point operations.
*/
// tcg includes
#include "numeric_ops.h"
#include "poly_ops.h"
#include "point_ops.h"
2016-06-15 18:43:10 +12:00
#endif // TCG_MISC_H