Skip to content
Snippets Groups Projects
Verified Commit b71ce830 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

core: add forward declaration of main classes

parent fcd51fc7
No related branches found
No related tags found
No related merge requests found
/*
* Copyright 2014-2019, CNRS
* Copyright 2018-2019, INRIA
* Copyright 2014-2020 CNRS INRIA
*/
#ifndef __eigenpy_fwd_hpp__
......@@ -27,4 +26,10 @@
#include "eigenpy/expose.hpp"
namespace eigenpy
{
template<typename MatType> struct EigenToPy;
template<typename MatType> struct EigenFromPy;
}
#endif // ifndef __eigenpy_fwd_hpp__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment