tahoma2d/toonz/sources/include/tlin/tlin.h
2016-06-15 15:43:10 +09:00

11 lines
166 B
C

#pragma once
#ifndef TLIN_H
#define TLIN_H
// General interface to the tlin library
#include "tlin_cblas_wrap.h"
#include "tlin_superlu_wrap.h"
#endif // TLIN_H