#ifndef _MLIB_INCLUDE_H_
#define _MLIB_INCLUDE_H_

#ifdef _DEBUG
#define MLIB_ERROR_CHECK
#endif

#include <mLibCore.h>
#include <mLibLodePNG.h>
#include <mLibCGAL.h>
#include <mLibDepthCamera.h>
#include <mLibFreeImage.h>

using namespace ml;

#endif 