Blob Blame Raw


#ifndef TCG_MISC_H
#define TCG_MISC_H

/*
  \file         tcg_misc.h

  \deprecated   This file contains the includes for tcg constants, numeric, polynomial
                and point operations.
*/

// tcg includes
#include "consts.h"
#include "numeric_ops.h"
#include "poly_ops.h"
#include "point_ops.h"

#endif // TCG_MISC_H